Skip to content

Commit

Permalink
added 'now' var back into the socket response
Browse files Browse the repository at this point in the history
  • Loading branch information
danxfisher committed Jul 25, 2018
1 parent 77eca7f commit ef9cd92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui-react/src/components/global/Socket.js
Expand Up @@ -9,8 +9,10 @@ class Socket extends Component {
socket.on('updatedRooms', (rooms) => {
this.props.response({
response: true,
now: new Date(),
rooms: rooms
});

});
}

Expand Down

0 comments on commit ef9cd92

Please sign in to comment.