Skip to content

Commit

Permalink
chore(be): 🎨 update import type
Browse files Browse the repository at this point in the history
[docker-latest]
  • Loading branch information
lehuygiang28 committed Aug 23, 2024
1 parent 71911bf commit 33301f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/be/src/app/users/users.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
UserDto,
} from './dtos';
import { UserRoleEnum } from './users.enum';
import { JwtPayloadType } from '../auth';
import type { JwtPayloadType } from '../auth';

@AuthRoles(UserRoleEnum.Admin)
@ApiTags('users')
Expand Down

0 comments on commit 33301f9

Please sign in to comment.