Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
style(eslint): gotta make the tests pass right
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineDao committed Oct 24, 2019
1 parent 91b5b66 commit f01bc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ws/RadioTower.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = {
}

if ( roomName === '' ) {
return winston.debug(`Failed to deliver broadcast from ${senderClientId} (no room name).`)
return winston.debug( `Failed to deliver broadcast from ${senderClientId} (no room name).` )
}
winston.debug( `📣 broadcast in ${roomName} from ${senderClientId}` )
for ( let ws of ClientStore.clients ) {
Expand Down

0 comments on commit f01bc93

Please sign in to comment.