Skip to content

Commit 8fa6071

Browse files
committed
fix: creating comment
1 parent aca09d6 commit 8fa6071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class AiWorkflowService {
7171
}
7272

7373
if (!user.userId) {
74-
throw new BadRequestException(`User id not available`);
74+
throw new BadRequestException(`User id is not available`);
7575
}
7676

7777
const createdComment = await this.prisma.aiWorkflowRunItemComment.create({

0 commit comments

Comments
 (0)