randydev commited on
Commit
902ac08
·
verified ·
1 Parent(s): 476a0b6

Update fluxai.js

Browse files
Files changed (1) hide show
  1. fluxai.js +3 -1
fluxai.js CHANGED
@@ -29,4 +29,6 @@ async function schellwithflux(args) {
29
  console.error("Error fetching data:", error.message);
30
  return null;
31
  }
32
- }
 
 
 
29
  console.error("Error fetching data:", error.message);
30
  return null;
31
  }
32
+ }
33
+
34
+ export { schellwithflux };