Skip to content

Commit 04d289b

Browse files
committed
fix: lint errors
1 parent 5a8a17b commit 04d289b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/Services/streaming.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ class Streaming extends Request {
6969

7070
onMessage(msg) {
7171
this.log(
72-
`message received, app: ${msg.applicationId}, eventType: ${
73-
msg.eventType
74-
}, user: ${msg.userId}`,
72+
`message received, app: ${msg.applicationId}, eventType: ${msg.eventType}, user: ${msg.userId}`,
7573
'debug'
7674
);
7775
return this.onMessageHandler(msg.eventType, msg);

0 commit comments

Comments
 (0)