diff --git a/src/app/services/http/comment.service.ts b/src/app/services/http/comment.service.ts index 28ea29574abacfb86b3c1ae77bddd839a6e0b6a0..5617b8c5d96d3ecddcb6d7247e03515fc7dd272b 100644 --- a/src/app/services/http/comment.service.ts +++ b/src/app/services/http/comment.service.ts @@ -84,7 +84,7 @@ export class CommentService extends BaseHttpService { { roomId: comment.roomId, body: comment.body, read: comment.read, creationTimestamp: comment.timestamp, tag: comment.tag, - keywordsFromSpacy: JSON.stringify(comment.keywordsFromSpacy), keywordsFromQuestionaire: JSON.stringify(comment.keywordsFromQuestionaire) + keywordsFromSpacy: JSON.stringify(comment.keywordsFromSpacy), keywordsFromQuestioner: JSON.stringify(comment.keywordsFromQuestioner) }, httpOptions).pipe( tap(_ => ''), catchError(this.handleError<Comment>('addComment'))