mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 06:15:12 +00:00
Add trigger to testmessenger default JSON
This commit is contained in:
@ -7,7 +7,7 @@ import { WebSocketService } from '../services/websocket.service';
|
||||
styleUrls: ['./testmessenger.component.scss']
|
||||
})
|
||||
export class TestmessengerComponent implements OnInit {
|
||||
messageStr = `{"key": "",\n"data": {}}`;
|
||||
messageStr = `{\n "key": "",\n "data": {},\n "trigger": ""\n}`;
|
||||
|
||||
constructor(private webSocketService: WebSocketService) {}
|
||||
|
||||
|
Reference in New Issue
Block a user