We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae053cf commit 4e3e0f2Copy full SHA for 4e3e0f2
src/directives/allowAnon.ts
@@ -43,6 +43,7 @@ export default function allowAnonDirective(directiveName = 'allowAnon') {
43
const [, , context] = resolverArgs;
44
45
context.isAnonAllowed = true;
46
+
47
return resolve.apply(this, resolverArgs);
48
};
49
0 commit comments