forked from Gitlink/forgeplus
change
This commit is contained in:
parent
0c09000582
commit
7b45859fa5
|
@ -145,7 +145,7 @@ class IssuesController < ApplicationController
|
|||
change_params = {
|
||||
change_type: "minusToken",
|
||||
tokens: params[:token]
|
||||
}.merge(tokens_params(@proeject))
|
||||
}.merge(tokens_params(@project))
|
||||
ChangeTokenJob.perform_later(change_params)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue