fix: add return statement

This commit is contained in:
mirarifhasan
2024-02-13 12:21:14 +06:00
committed by Andrew Bastin
parent b0b7df0a3e
commit fdcf55552a

View File

@@ -174,6 +174,7 @@ export async function isInfraConfigTablePopulated(): Promise<boolean> {
console.log(
'Infra Config table is not populated with all entries. Populating now...',
);
return false;
}
return true;