Skip to content

Commit

Permalink
[Enhance] Fix typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
maituongluanvn committed Aug 9, 2024
1 parent 5579b73 commit a61f2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/image/image.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
Res,
} from '@nestjs/common';
import { FileInterceptor } from '@nestjs/platform-express';
import type { ImageService } from './image.service';
import { ImageService } from './image.service';
import type { Response } from 'express';

@Controller('images')
Expand Down

0 comments on commit a61f2a9

Please sign in to comment.