remove Job for bill_channel

This commit is contained in:
phyusin
2018-02-21 14:01:29 +06:30
parent 2849a47171
commit 3534a887fc

View File

@@ -294,7 +294,7 @@ class Origami::SplitBillController < BaseOrigamiController
Promotion.promo_activate(sale)
BillBroadcastJob.perform_later(table)
ActionCable.server.broadcast "bill_channel",table: table
render :json => { status: status }
else