change channel to cronဓ
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class CheckinJob < ApplicationJob
|
||||
queue_as :default
|
||||
|
||||
def perform()
|
||||
def self.perform()
|
||||
table = DiningFacility.get_checkin_booking
|
||||
if table.length > 0
|
||||
ActionCable.server.broadcast "checkin_channel",table: table
|
||||
|
||||
Reference in New Issue
Block a user