feat(add-routing-info): initial commit (#773)

This commit is contained in:
Rajeh Taher
2024-05-15 18:34:37 +03:00
committed by GitHub
parent 2ae664c655
commit 0eaa5af909
4 changed files with 34 additions and 3 deletions

View File

@@ -217,5 +217,6 @@ export const initAuthCreds = (): AuthenticationCreds => {
registration: {} as never,
pairingCode: undefined,
lastPropHash: undefined,
routingInfo: undefined,
}
}