Skip to content

Commit 4084b5e

Browse files
committed
fix(comment): fix comments
1 parent cb3e236 commit 4084b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/seo/seo.controller.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { Request, Response } from 'express';
1+
import { Response } from 'express';
22
import { SeoService } from 'omniboxd/seo/seo.service';
3-
import { Controller, Get, Param, Req, Res } from '@nestjs/common';
3+
import { Controller, Get, Param, Res } from '@nestjs/common';
44
import { Public } from 'omniboxd/auth/decorators/public.auth.decorator';
55

66
@Public()

0 commit comments

Comments
 (0)