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 c392c562f..1db1ecaf2 100644 --- a/packages/hoppscotch-backend/src/infra-config/infra-config.service.ts +++ b/packages/hoppscotch-backend/src/infra-config/infra-config.service.ts @@ -267,6 +267,7 @@ export class InfraConfigService implements OnModuleInit { /** * Get InfraConfigs by names * @param names Names of the InfraConfigs + * @param checkDisallowedKeys If true, check if the names are allowed to fetch by client * @returns InfraConfig model */ async getMany(names: InfraConfigEnum[], checkDisallowedKeys: boolean = true) {