From e302ee93da14bc252a39601f993c7c4399bd0d89 Mon Sep 17 00:00:00 2001 From: Balu Babu Date: Thu, 14 Mar 2024 10:59:47 +0530 Subject: [PATCH] fix: changed value of IS_FIRST_TIME_INFRA_SETUP infra-config in reset method --- .../hoppscotch-backend/src/infra-config/infra-config.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hoppscotch-backend/src/infra-config/infra-config.service.ts b/packages/hoppscotch-backend/src/infra-config/infra-config.service.ts index a024d9f33..fb0d82296 100644 --- a/packages/hoppscotch-backend/src/infra-config/infra-config.service.ts +++ b/packages/hoppscotch-backend/src/infra-config/infra-config.service.ts @@ -337,7 +337,7 @@ export class InfraConfigService implements OnModuleInit { ...updatedInfraConfigDefaultObjs, { name: InfraConfigEnum.IS_FIRST_TIME_INFRA_SETUP, - value: 'true', + value: 'false', }, ], });