This commit is contained in:
2026-04-26 16:06:56 -05:00
parent fdcec00bc9
commit 4c4e2d0d98

View File

@@ -148,7 +148,7 @@ async function seedInitialAdmin() {
[adminEmail.toLowerCase()], [adminEmail.toLowerCase()],
); );
if (existing.rowCount > 0) { if ((existing.rowCount ?? 0) > 0) {
return; return;
} }