mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
lint: 0 warnings left
This commit is contained in:
@@ -160,6 +160,7 @@ export const addTransactionCapability = (
|
||||
let tries = maxCommitRetries
|
||||
while(tries) {
|
||||
tries -= 1
|
||||
//eslint-disable-next-line max-depth
|
||||
try {
|
||||
await state.set(mutations)
|
||||
logger.trace({ dbQueriesInTransaction }, 'committed transaction')
|
||||
@@ -207,6 +208,7 @@ export const initAuthCreds = (): AuthenticationCreds => {
|
||||
accountSettings: {
|
||||
unarchiveChats: false
|
||||
},
|
||||
registered: false,
|
||||
pairingCode: undefined,
|
||||
lastPropHash: undefined,
|
||||
routingInfo: undefined,
|
||||
|
||||
Reference in New Issue
Block a user