This commit is contained in:
Benjamin Toby
2025-07-09 21:53:27 +01:00
parent da87fe6491
commit c593404263
3 changed files with 1 additions and 4 deletions
@@ -86,8 +86,6 @@ export default async function connDbHandler<ReturnType = any>(
resArray.push(results);
} catch (error: any) {
console.log("query", query);
resArray.push(null);
currentQueryError["error"] = error.message;
queryErrorArray.push(currentQueryError);