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

Commit 53073a5

Browse files
committed
feedback
1 parent f62da66 commit 53073a5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CodePush.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
'use strict';
1+
"use strict";
22

3+
import { AcquisitionManager as Sdk } from "code-push/script/acquisition-sdk";
34
import { Alert } from "./AlertAdapter";
4-
const NativeCodePush = require("react-native").NativeModules.CodePush;
5-
const PackageMixins = require("./package-mixins")(NativeCodePush);
65
import requestFetchAdapter from "./request-fetch-adapter.js";
7-
import { AcquisitionManager as Sdk } from "code-push/script/acquisition-sdk";
86
import semver from "semver";
97

8+
const NativeCodePush = require("react-native").NativeModules.CodePush;
9+
const PackageMixins = require("./package-mixins")(NativeCodePush);
10+
1011
async function checkForUpdate(deploymentKey = null) {
1112
/*
1213
* Before we ask the server if an update exists, we

0 commit comments

Comments
 (0)