mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-01 05:16:23 +00:00
Fix tslint errors
This commit is contained in:
@ -16,7 +16,7 @@ export class MessagesComponent implements OnInit {
|
||||
newMessage: Subject<MessageData> = new Subject<MessageData>();
|
||||
messageInQueue = true;
|
||||
|
||||
originator: string = 'avataobot';
|
||||
originator = 'avataobot';
|
||||
messages: MessageData[] = [];
|
||||
messageQueueAttender: MessageQueueAttender;
|
||||
|
||||
|
Reference in New Issue
Block a user