chat: fix merge problem
This commit is contained in:
parent
77aeb271f8
commit
377910ce20
1 changed files with 2 additions and 2 deletions
|
@ -315,8 +315,8 @@ do($ = window.jQuery, window) ->
|
|||
# show queue position
|
||||
show()
|
||||
|
||||
onQueue: (position) =>
|
||||
@log 'notice', 'onQueue', position
|
||||
onQueue: (data) =>
|
||||
@log 'notice', 'onQueue', data.position
|
||||
@inQueue = true
|
||||
@setSessionId data.session_id
|
||||
|
||||
|
|
Loading…
Reference in a new issue