Skip to content

Commit 3ab6438

Browse files
committed
refactor(namespaces): fix getResourceMetaOrFail
1 parent 6f0be46 commit 3ab6438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/namespaces/namespaces.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export class NamespacesService {
8787
return await this.resourcesService.getResourceMetaOrFail(
8888
namespaceId,
8989
namespace.rootResourceId,
90+
manager,
9091
);
9192
}
9293

0 commit comments

Comments
 (0)