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

Commit 3e375c8

Browse files
committed
reenable comment
1 parent b1babeb commit 3e375c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodePush.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ - (void)savePendingUpdate:(NSString *)packageHash
513513
rejecter:(RCTPromiseRejectBlock)reject)
514514
{
515515
if ([_bridge.bundleURL.scheme hasPrefix:@"http"]) {
516+
// Do not report metrics if running bundle from packager.
516517
resolve(nil);
517518
return;
518519
}

0 commit comments

Comments
 (0)