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 queue position
|
||||||
show()
|
show()
|
||||||
|
|
||||||
onQueue: (position) =>
|
onQueue: (data) =>
|
||||||
@log 'notice', 'onQueue', position
|
@log 'notice', 'onQueue', data.position
|
||||||
@inQueue = true
|
@inQueue = true
|
||||||
@setSessionId data.session_id
|
@setSessionId data.session_id
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue