change query for dashboard and time for checkin channel
This commit is contained in:
@@ -16,6 +16,6 @@ class BaseOrigamiController < ActionController::Base
|
||||
end
|
||||
|
||||
def checkin_process
|
||||
CheckinJob.set(wait: 30.seconds).perform_later()
|
||||
CheckinJob.set(wait: 1.minute).perform_later()
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user