mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Cleaner upserts
This commit is contained in:
@@ -15,7 +15,7 @@ WAConnectionTest('Messages', conn => {
|
||||
await new Promise(resolve => conn.once('message-status-update', update => {
|
||||
if (update.ids.includes(message.key.id)) {
|
||||
assert.strictEqual(update.type, WA_MESSAGE_STATUS_TYPE.SERVER_ACK)
|
||||
resolve()
|
||||
resolve(undefined)
|
||||
}
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user