Skip to content

Commit 4e3e0f2

Browse files
committed
Upd
1 parent ae053cf commit 4e3e0f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)