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