Skip to content

Commit ec32e69

Browse files
committed
feat: api endpoint to create comment
1 parent 14bc2cc commit ec32e69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ export class AiWorkflowService {
7575
content: body.content,
7676
parentId: body.parentId ?? null,
7777
userId: user.userId!,
78-
createdAt: new Date(),
7978
},
8079
});
8180

0 commit comments

Comments
 (0)