diff --git a/src/app/components/creator/_dialogs/comment-settings/comment-settings.component.ts b/src/app/components/creator/_dialogs/comment-settings/comment-settings.component.ts index 40caa3c99d8877b2f92719397de65ada19bbea48..ddaca7bddcdfa42d4af26fd910a80b65ff3786c3 100644 --- a/src/app/components/creator/_dialogs/comment-settings/comment-settings.component.ts +++ b/src/app/components/creator/_dialogs/comment-settings/comment-settings.component.ts @@ -87,7 +87,7 @@ export class CommentSettingsComponent implements OnInit { } exportCsv(delimiter: string, date: string): void { - this.commentService.getComments(this.roomId) + this.commentService.getAckComments(this.roomId) .subscribe(comments => { this.comments = comments; const exportComments = JSON.parse(JSON.stringify(this.comments));