fix(master): error in init queries

This commit is contained in:
Rajeh Taher
2024-05-06 18:18:15 +03:00
committed by GitHub
parent 27d42652d7
commit fbbb511fb8
3 changed files with 10 additions and 29 deletions

View File

@@ -216,5 +216,6 @@ export const initAuthCreds = (): AuthenticationCreds => {
backupToken: randomBytes(20),
registration: {} as never,
pairingCode: undefined,
lastPropHash: undefined,
}
}