Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 3378f6f

Browse files
committed
Fixing typo
1 parent 1b9e0b2 commit 3378f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ - (void)startRollbackTimer:(int)rollbackTimeout
396396
/*
397397
* This method is the native side of the CodePush.restartApp() method.
398398
*/
399-
RCT_EXPORT_METHOD(restartApp
399+
RCT_EXPORT_METHOD(restartApp)
400400
{
401401
[self loadBundle];
402402
}

0 commit comments

Comments
 (0)