Skip to content

Commit 90ea90e

Browse files
committed
Fix flow error on index.js
1 parent 5273c8b commit 90ea90e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ function _waitForRedirectAsync(returnUrl: string): Promise<RedirectResult> {
120120
});
121121
}
122122

123-
async function isAvailable():
124-
Promise<boolean> {
123+
async function isAvailable(): Promise<boolean> {
125124
if (Platform.OS === 'android') {
126125
return Promise.resolve(true);
127126
}

0 commit comments

Comments
 (0)