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

Commit 92e4f3d

Browse files
committed
Removing superfluous key name
1 parent 4b6fac1 commit 92e4f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function checkForUpdate(deploymentKey = null) {
1515
// then let's override the one we retrieved
1616
// from the native-side of the app.
1717
if (deploymentKey) {
18-
config = Object.assign({}, configResult, { deploymentKey: deploymentKey });
18+
config = Object.assign({}, configResult, { deploymentKey });
1919
} else {
2020
config = configResult;
2121
}

0 commit comments

Comments
 (0)