Skip to content
Snippets Groups Projects
Verified Commit 1e41b682 authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Remove strange id to not distract from the fact that the id is generated and overwritten by backend

parent 3bc3da02
Branches
Tags
1 merge request!74API BASE BRANCH
...@@ -46,7 +46,7 @@ export class CreateCommentComponent implements OnInit { ...@@ -46,7 +46,7 @@ export class CreateCommentComponent implements OnInit {
return; return;
} }
this.commentService.addComment({ this.commentService.addComment({
id: this.room.id + this.user.id, id: '',
roomId: this.room.id, roomId: this.room.id,
userId: this.user.id, userId: this.user.id,
subject: subject, subject: subject,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment