Skip to content

Commit 8549660

Browse files
committed
try deleting auto-generated SP code to not get warning
1 parent d718c85 commit 8549660

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/jsActions/nanoflow-actions-native/src/client/IsConnectedToServer.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@
55
// - the code between BEGIN USER CODE and END USER CODE
66
// - the code between BEGIN EXTRA CODE and END EXTRA CODE
77
// Other code you write will be lost the next time you deploy the project.
8-
import "mx-global";
9-
import { Big } from "big.js";
108

119
// BEGIN EXTRA CODE
1210
// END EXTRA CODE
1311

1412
/**
1513
* @returns {Promise.<boolean>}
1614
*/
17-
export async function IsConnectedToServer() {
15+
export async function IsConnectedToServer(): Promise<boolean> {
1816
// BEGIN USER CODE
1917
try {
2018
const headers = new Headers();

0 commit comments

Comments
 (0)