Skip to content

Commit c570ec4

Browse files
committed
fix: lint issue in CI
1 parent 2542c4e commit c570ec4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/auth-compat/src/platform.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export function _isAndroidOrIosCordovaScheme(ua: string = getUA()): boolean {
5656
_getCurrentScheme() === 'capacitor:') &&
5757
ua.toLowerCase().match(/iphone|ipad|ipod|android/)
5858
);
59-
6059
}
6160

6261
/**

0 commit comments

Comments
 (0)