Skip to content

Commit ae053cf

Browse files
committed
Upd
1 parent 14a5c47 commit ae053cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/directives/allowAnon.ts

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

4545
context.isAnonAllowed = true;
46-
4746
return resolve.apply(this, resolverArgs);
4847
};
4948

0 commit comments

Comments
 (0)