We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6c131 commit 90262bdCopy full SHA for 90262bd
src/services/socket.ts
@@ -262,7 +262,7 @@ export const connect = async ({
262
await delay(Math.floor(Math.random() * time) + 200)
263
await sock.sendPresenceUpdate('paused', id)
264
}
265
- logger.info(`${phone} is sending message ==>`, id, message)
+ logger.info(`${phone} is sending message ==> ${id} ${JSON.stringify(message)}`)
266
return sock.sendMessage(id, message, { backgroundColor: '' })
267
268
if (isValidPhoneNumber(id)) {
0 commit comments