Skip to content

Commit

Permalink
Add promise resolve (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidubov committed Mar 16, 2020
1 parent 97f84b1 commit c787e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/CodePush/CodePush.m
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@ -(void)loadBundleOnTick:(NSTimer *)timer {
reject:(RCTPromiseRejectBlock)reject)
{
[[self class] setLatestRollbackInfo:packageHash];
resolve(nil);
}


Expand Down

0 comments on commit c787e41

Please sign in to comment.