feat: create inject all bots decorator

This commit is contained in:
atassis
2022-07-09 18:15:13 +08:00
parent 9935b87d45
commit 92ff5164a6
7 changed files with 46 additions and 5 deletions

View File

@@ -10,8 +10,7 @@ export class BaseExplorerService {
if (!include || isEmpty(include)) {
return [...modulesContainer.values()];
}
const whitelisted = this.includeWhitelisted(modulesContainer, include);
return whitelisted;
return this.includeWhitelisted(modulesContainer, include);
}
includeWhitelisted(