From f69417747bc0b0d28467ee4d3be29713afbfc4a4 Mon Sep 17 00:00:00 2001 From: mirarifhasan Date: Wed, 17 Apr 2024 18:06:07 +0600 Subject: [PATCH] docs: add missing function doc --- .../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 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) {