Skip to content

Commit 2542c4e

Browse files
committed
fix: lint
1 parent f3acf08 commit 2542c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/auth-compat/src/platform.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ function _isHttpOrHttps(): boolean {
5252
export function _isAndroidOrIosCordovaScheme(ua: string = getUA()): boolean {
5353
return !!(
5454
(_getCurrentScheme() === 'file:' ||
55-
_getCurrentScheme() === 'ionic:' ||
56-
_getCurrentScheme() === 'capacitor:') &&
55+
_getCurrentScheme() === 'ionic:' ||
56+
_getCurrentScheme() === 'capacitor:') &&
5757
ua.toLowerCase().match(/iphone|ipad|ipod|android/)
5858
);
5959

0 commit comments

Comments
 (0)