Update fluxai.js
Browse files
fluxai.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import fetch from "node-fetch";
|
2 |
-
import * as config from './config
|
3 |
|
4 |
/**
|
5 |
* @param {string} args - The input string
|
|
|
1 |
import fetch from "node-fetch";
|
2 |
+
import * as config from './config.js';
|
3 |
|
4 |
/**
|
5 |
* @param {string} args - The input string
|