Skip to content

Commit db05a7a

Browse files
authored
Semicolon
1 parent 1ff04cf commit db05a7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class RNCallKeep {
4646

4747
hasRequiredPermissions = async (options) => {
4848
if(isIOS) {
49-
return true
49+
return true;
5050
}
5151
RNCallKeepModule.setup(options);
5252
return await this.hasPhoneAccount();

0 commit comments

Comments
 (0)