fix
This commit is contained in:
@@ -148,7 +148,7 @@ async function seedInitialAdmin() {
|
|||||||
[adminEmail.toLowerCase()],
|
[adminEmail.toLowerCase()],
|
||||||
);
|
);
|
||||||
|
|
||||||
if (existing.rowCount > 0) {
|
if ((existing.rowCount ?? 0) > 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user