From ab87a7a16b51f0af8ecf04ffaf13986043442c8a Mon Sep 17 00:00:00 2001 From: mirarifhasan Date: Mon, 27 May 2024 13:04:20 +0600 Subject: [PATCH] chore: restrict on update directly instead of dedicated mutation --- .../hoppscotch-backend/src/infra-config/infra-config.service.ts | 1 + 1 file changed, 1 insertion(+) 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 e7e225ac3..07e9636c1 100644 --- a/packages/hoppscotch-backend/src/infra-config/infra-config.service.ts +++ b/packages/hoppscotch-backend/src/infra-config/infra-config.service.ts @@ -43,6 +43,7 @@ export class InfraConfigService implements OnModuleInit { InfraConfigEnum.ALLOW_ANALYTICS_COLLECTION, InfraConfigEnum.ANALYTICS_USER_ID, InfraConfigEnum.IS_FIRST_TIME_INFRA_SETUP, + InfraConfigEnum.MAILER_SMTP_ENABLE, ]; // Following fields can not be fetched by `infraConfigs` Query. Use dedicated queries for these fields instead. EXCLUDE_FROM_FETCH_CONFIGS = [