diff --git a/packages/hoppscotch-backend/src/infra-config/helper.ts b/packages/hoppscotch-backend/src/infra-config/helper.ts index 3cc68006f..8f460efa8 100644 --- a/packages/hoppscotch-backend/src/infra-config/helper.ts +++ b/packages/hoppscotch-backend/src/infra-config/helper.ts @@ -174,6 +174,7 @@ export async function isInfraConfigTablePopulated(): Promise { console.log( 'Infra Config table is not populated with all entries. Populating now...', ); + return false; } return true;