randydev commited on
Commit
6b006e9
·
verified ·
1 Parent(s): 508f4a1

Update fluxai.js

Browse files
Files changed (1) hide show
  1. fluxai.js +1 -1
fluxai.js CHANGED
@@ -1,5 +1,5 @@
1
  import fetch from "node-fetch";
2
- import * as config from './config.js'
3
 
4
  if (!config.HUGGING_TOKEN) {
5
  throw new Error("Missing variable: HUGGING_TOKEN");
 
1
  import fetch from "node-fetch";
2
+ import * as config from './config.js';
3
 
4
  if (!config.HUGGING_TOKEN) {
5
  throw new Error("Missing variable: HUGGING_TOKEN");