fix: changed value of IS_FIRST_TIME_INFRA_SETUP infra-config in reset method
This commit is contained in:
@@ -337,7 +337,7 @@ export class InfraConfigService implements OnModuleInit {
|
|||||||
...updatedInfraConfigDefaultObjs,
|
...updatedInfraConfigDefaultObjs,
|
||||||
{
|
{
|
||||||
name: InfraConfigEnum.IS_FIRST_TIME_INFRA_SETUP,
|
name: InfraConfigEnum.IS_FIRST_TIME_INFRA_SETUP,
|
||||||
value: 'true',
|
value: 'false',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user