Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
uidp committed Nov 8, 2024
1 parent b854af1 commit b3033bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/modules/board/uc/board.uc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Action, AuthorizationContextBuilder, AuthorizationService } from '@modules/authorization';
import { Action, AuthorizationService } from '@modules/authorization';
import { CopyStatus } from '@modules/copy-helper';
import { forwardRef, Inject, Injectable } from '@nestjs/common';
import { Permission } from '@shared/domain/interface';
Expand Down

0 comments on commit b3033bf

Please sign in to comment.