We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d718c85 commit 8549660Copy full SHA for 8549660
1 file changed
packages/jsActions/nanoflow-actions-native/src/client/IsConnectedToServer.ts
@@ -5,16 +5,14 @@
5
// - the code between BEGIN USER CODE and END USER CODE
6
// - the code between BEGIN EXTRA CODE and END EXTRA CODE
7
// Other code you write will be lost the next time you deploy the project.
8
-import "mx-global";
9
-import { Big } from "big.js";
10
11
// BEGIN EXTRA CODE
12
// END EXTRA CODE
13
14
/**
15
* @returns {Promise.<boolean>}
16
*/
17
-export async function IsConnectedToServer() {
+export async function IsConnectedToServer(): Promise<boolean> {
18
// BEGIN USER CODE
19
try {
20
const headers = new Headers();
0 commit comments