Skip to content

Commit 89e5652

Browse files
authored
Merge pull request #171 from topcoder-platform/pm-2955
fix: lint
2 parents 8e06b9c + 3b246dc commit 89e5652

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/api/ai-workflow/ai-workflow.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ export class AiWorkflowService {
815815
comments: {
816816
include: {
817817
votes: true,
818-
}
818+
},
819819
},
820820
votes: true,
821821
},
@@ -907,7 +907,7 @@ export class AiWorkflowService {
907907
},
908908
});
909909
}
910-
910+
911911
delete patchData.downVote;
912912
delete patchData.upVote;
913913
}

src/dto/aiWorkflow.dto.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import {
1111
IsArray,
1212
ValidateNested,
1313
IsOptional,
14-
IsInt,
1514
IsDate,
1615
Min,
1716
IsUUID,

0 commit comments

Comments
 (0)