Fixes a potential error.
This commit is contained in:
parent
b673c2989d
commit
04a3d5119a
@ -510,6 +510,7 @@ socket.on-message = (event) ->
|
||||
when "project"
|
||||
model.projects[message.project.id] = Project message.project
|
||||
when "user"
|
||||
if message.user
|
||||
model.users[message.user.uid] := message.user
|
||||
else
|
||||
console.log "RECEIVED UNKNOWN MESSAGE TYPE: #{message.type}"
|
||||
|
Loading…
Reference in New Issue
Block a user