remove extra comma
This commit is contained in:
parent
b348ee0e40
commit
7315efed5f
|
@ -93,7 +93,7 @@ require 'travis/model'
|
|||
return if @get('subscribed')
|
||||
@set('subscribed', true)
|
||||
if Travis.pusher
|
||||
Travis.pusher.subscribe "job-#{@get('id')}",
|
||||
Travis.pusher.subscribe "job-#{@get('id')}"
|
||||
|
||||
unsubscribe: ->
|
||||
return unless @get('subscribed')
|
||||
|
|
Loading…
Reference in New Issue
Block a user