Skip to content

Commit 4050139

Browse files
committed
fix: test case
1 parent c0af43e commit 4050139

File tree

1 file changed

+1
-2
lines changed
  • packages/connect-examples/expo-example/src/constants

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
import { version } from '../../package.json';
21

3-
export const CONNECT_SRC = process.env.CONNECT_SRC || `https://jssdk.onekeytest.com/${version}/`;
2+
export const CONNECT_SRC = process.env.CONNECT_SRC || `https://jssdk.onekeytest.com/`;

0 commit comments

Comments
 (0)