We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca09d6 commit 8fa6071Copy full SHA for 8fa6071
src/api/ai-workflow/ai-workflow.service.ts
@@ -71,7 +71,7 @@ export class AiWorkflowService {
71
}
72
73
if (!user.userId) {
74
- throw new BadRequestException(`User id not available`);
+ throw new BadRequestException(`User id is not available`);
75
76
77
const createdComment = await this.prisma.aiWorkflowRunItemComment.create({
0 commit comments