Skip to content

Commit

Permalink
removes unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dallin343 committed Jun 25, 2024
1 parent b18f8b4 commit 3d9e175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decorators/use-permissions.decorator.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CustomDecorator, SetMetadata } from '@nestjs/common';
import { SetMetadata } from '@nestjs/common';
import { Permission } from '../interfaces/permission.interface';
import { PERMISSIONS_METADATA } from '../authz.constants';
import { ExecutionContext } from '@nestjs/common';
Expand Down

0 comments on commit 3d9e175

Please sign in to comment.