Skip to content

Commit

Permalink
🚨 Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Jan 4, 2024
1 parent e111099 commit 606a716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/todos/models/dto/update-completed.dto.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {ApiProperty} from "@nestjs/swagger";
import {IsBoolean, IsNotEmpty} from "class-validator";
import {IsNotEmpty} from "class-validator";
import {Transform} from "class-transformer";

export class UpdateCompletedDto{
Expand Down

0 comments on commit 606a716

Please sign in to comment.