fixing eslint
diff --git a/src/utils/createTemporaryStorage.ts b/src/utils/createTemporaryStorage.ts
index a684d9d..e8a8073 100644
--- a/src/utils/createTemporaryStorage.ts
+++ b/src/utils/createTemporaryStorage.ts
@@ -1,6 +1,6 @@
import client from "./client.js";
-function generalException(location: string) {
+export function generalException(location: string) {
client.noLog.push(location);
setTimeout(() => {
client.noLog = client.noLog.filter((i: string) => {
@@ -29,4 +29,4 @@
})
client.preloadPage = Object.fromEntries(object);
}, 60 * 5 * 1000);
-}
\ No newline at end of file
+}