Skip to content

Commit a0dce81

Browse files
committed
fix(*): Removed a trailing comma.
1 parent 9bd807c commit a0dce81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/interactions/chat/styling-sample/styling-sample.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class ChatStylingSampleComponent {
7676
id: Date.now().toString(),
7777
text: responseText,
7878
sender: 'support',
79-
timestamp: Date.now().toString(),
79+
timestamp: Date.now().toString()
8080
};
8181

8282
this.draftMessage = { text: '', attachments: [] };

0 commit comments

Comments
 (0)