This commit is contained in:
bootunloader
2025-01-26 17:03:41 +02:00
parent fc85f370ab
commit 52ff4c637a

View File

@@ -165,7 +165,7 @@ async function insertMany(
| typeof ApiUserTypes.DISTRIBUTOR | typeof ApiUserTypes.DISTRIBUTOR
| typeof ApiUserTypes.DEALER, | typeof ApiUserTypes.DEALER,
tries = 0, tries = 0,
) { ): Promise<void> {
if (tries >= 3) { if (tries >= 3) {
console.log("Max retries reached for upserting users"); console.log("Max retries reached for upserting users");
return; return;