Skip to content

Commit 3e67044

Browse files
committed
Comment formatting
1 parent 1cf833a commit 3e67044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages-exp/auth-compat-exp/src/phone_auth_provider.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ export class PhoneAuthProvider
4848
| compat.PhoneMultiFactorSignInInfoOptions,
4949
applicationVerifier: compat.ApplicationVerifier
5050
): Promise<string> {
51-
// The implementation matches but the types are subtly incompatible
52-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
5351
return this.phoneProvider.verifyPhoneNumber(
52+
// The implementation matches but the types are subtly incompatible
53+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
5454
phoneInfoOptions as any,
5555
unwrap(applicationVerifier)
5656
);

0 commit comments

Comments
 (0)