chore: remove redundant override

This commit is contained in:
Adhiraj Singh
2022-04-19 22:01:26 +05:30
parent f421f5d387
commit 5824a0274d

View File

@@ -36,7 +36,6 @@ const BASE_CONNECTION_CONFIG: CommonSocketConfig<any> = {
export const DEFAULT_CONNECTION_CONFIG: SocketConfig = {
...BASE_CONNECTION_CONFIG,
waWebSocketUrl: 'wss://web.whatsapp.com/ws/chat',
linkPreviewImageThumbnailWidth: 192,
getMessage: async() => undefined
}