This commit is contained in:
Benjamin Toby
2025-02-13 08:18:46 +01:00
parent b578843c6d
commit 8b3553fcd5
48 changed files with 1642 additions and 203 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ function dbHandler(_a) {
results = yield CONNECTION.query(query);
}
}
catch ( /** @type {any} */error) {
catch (error) {
if (process.env.FIRST_RUN) {
return null;
}