chore: lint files

This commit is contained in:
Adhiraj Singh
2023-03-02 15:22:43 +05:30
parent 9c71267e22
commit 06f2d354bf
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export type SocketConfig = {
/** time to wait between sending new retry requests */
retryRequestDelayMs: number
/** time to wait for the generation of the next QR in ms */
qrTimeout?: number;
qrTimeout?: number
/** provide an auth state object to maintain the auth state */
auth: AuthenticationState
/** manage history processing with this control; by default will sync up everything */