fix: add return statement
This commit is contained in:
committed by
Andrew Bastin
parent
b0b7df0a3e
commit
fdcf55552a
@@ -174,6 +174,7 @@ export async function isInfraConfigTablePopulated(): Promise<boolean> {
|
|||||||
console.log(
|
console.log(
|
||||||
'Infra Config table is not populated with all entries. Populating now...',
|
'Infra Config table is not populated with all entries. Populating now...',
|
||||||
);
|
);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user