Skip to content

Commit dc96e9d

Browse files
committed
Update main.js
1 parent 10991aa commit dc96e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// It is best practise to organize your cloud functions group into their own file. You can then import them in your main.js.
2-
import('./functions.js');
2+
await import('./functions.js');

0 commit comments

Comments
 (0)