Updates
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user