fix: changed value of IS_FIRST_TIME_INFRA_SETUP infra-config in reset method

This commit is contained in:
Balu Babu
2024-03-14 10:59:47 +05:30
parent 41d617b507
commit e302ee93da

View File

@@ -337,7 +337,7 @@ export class InfraConfigService implements OnModuleInit {
...updatedInfraConfigDefaultObjs,
{
name: InfraConfigEnum.IS_FIRST_TIME_INFRA_SETUP,
value: 'true',
value: 'false',
},
],
});