Update fluxai.js
Browse files
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 };
|