mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-14 02:14:52 +08:00
Remove accidental newline
This commit is contained in:
@@ -27,7 +27,6 @@ async function checkForUpdate(deploymentKey = null) {
|
||||
* deployments (e.g. an early access deployment for insiders).
|
||||
*/
|
||||
const config = deploymentKey ? { ...nativeConfig, ...{ deploymentKey } } : nativeConfig;
|
||||
|
||||
const sdk = getPromisifiedSdk(requestFetchAdapter, config);
|
||||
|
||||
// Use dynamically overridden getCurrentPackage() during tests.
|
||||
|
||||
Reference in New Issue
Block a user