Skip to content

Commit 4e3e0f2

Browse files
committed
Upd
1 parent ae053cf commit 4e3e0f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/directives/allowAnon.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export default function allowAnonDirective(directiveName = 'allowAnon') {
4343
const [, , context] = resolverArgs;
4444

4545
context.isAnonAllowed = true;
46+
4647
return resolve.apply(this, resolverArgs);
4748
};
4849

0 commit comments

Comments
 (0)