Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 committed Aug 18, 2024
1 parent 8b48f8a commit 431f57b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/popo/noticeLike/noticeLike.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import {
Controller,
Delete,
Get,
HttpException,
HttpStatus,
Post,
Query,
Req,
Expand All @@ -23,8 +21,6 @@ const Message = {
FAIL_LIKE_DELETION_NEVER_LIKED: 'There is no record of liking the post.',
};



@ApiTags('Notice Like')
@Controller('noticeLike')
export class NoticeLikeController {
Expand Down

0 comments on commit 431f57b

Please sign in to comment.