From 52ff4c637ac5d23a5914a7be0acd31d156090145 Mon Sep 17 00:00:00 2001 From: bootunloader Date: Sun, 26 Jan 2025 17:03:41 +0200 Subject: [PATCH] ffs --- src/lib/server/db/apiuser.db.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/server/db/apiuser.db.ts b/src/lib/server/db/apiuser.db.ts index c13d508..1a178e1 100755 --- a/src/lib/server/db/apiuser.db.ts +++ b/src/lib/server/db/apiuser.db.ts @@ -165,7 +165,7 @@ async function insertMany( | typeof ApiUserTypes.DISTRIBUTOR | typeof ApiUserTypes.DEALER, tries = 0, -) { +): Promise { if (tries >= 3) { console.log("Max retries reached for upserting users"); return;