docs: add missing function doc

This commit is contained in:
mirarifhasan
2024-04-17 18:06:07 +06:00
parent eaa6f105bb
commit f69417747b

View File

@@ -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) {