mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-12 15:56:24 +00:00
Remove unnecessary parentheses and refactor bot messages
This commit is contained in:
@ -16,7 +16,7 @@ export class ProcessLogService {
|
||||
constructor(private webSocketService: WebSocketService) {
|
||||
this.webSocketService.connect();
|
||||
this.webSocketService.observeKey<ProcessLogMessage>('process.log.new').subscribe(
|
||||
(message) => this.newLogsHandler(message)
|
||||
message => this.newLogsHandler(message)
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user