We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0be46 commit 3ab6438Copy full SHA for 3ab6438
src/namespaces/namespaces.service.ts
@@ -87,6 +87,7 @@ export class NamespacesService {
87
return await this.resourcesService.getResourceMetaOrFail(
88
namespaceId,
89
namespace.rootResourceId,
90
+ manager,
91
);
92
}
93
0 commit comments