Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Bit-Barron committed Sep 26, 2024
1 parent 76ed035 commit edd60d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export class AppController {
) {
try {
const { images, format } = payload;
console.log(images, format);

if (format !== 'original' && !this.isValidFormat(format)) {
throw new HttpException(
Expand Down

0 comments on commit edd60d8

Please sign in to comment.