We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a5c47 commit ae053cfCopy full SHA for ae053cf
src/directives/allowAnon.ts
@@ -43,7 +43,6 @@ 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