Skip to content

Commit 8915092

Browse files
committed
fix: lint
1 parent 0a7864c commit 8915092

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export class AiWorkflowService {
2222
}
2323

2424
async createWithValidation(createAiWorkflowDto: CreateAiWorkflowDto) {
25-
const { scorecardId, llmId, name, description, defUrl, gitId, gitOwner } = createAiWorkflowDto;
25+
const { scorecardId, llmId, name, description, defUrl, gitId, gitOwner } =
26+
createAiWorkflowDto;
2627

2728
const scorecardExists = await this.scorecardExists(scorecardId);
2829
if (!scorecardExists) {

0 commit comments

Comments
 (0)