mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 16:28:21 +00:00
brother
This commit is contained in:
parent
5ce38eea4d
commit
011a11f431
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class Slack::InteractivityController < ActionController::API
|
|||
action_id = action["action_id"]
|
||||
|
||||
case action_id
|
||||
when "tutorial_agree"
|
||||
when "tutorial_agree", "coc_continue"
|
||||
Tutorial::AgreeJob.perform_later(current_identity)
|
||||
else
|
||||
Ralsei::HandleActionJob.perform_later(current_identity, action_id)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue