change bug
This commit is contained in:
parent
a4d125a413
commit
7ce6b01097
|
@ -342,7 +342,7 @@ class IssuesController < ApplicationController
|
||||||
change_params = {
|
change_params = {
|
||||||
type: "add",
|
type: "add",
|
||||||
chain_params: {
|
chain_params: {
|
||||||
amount: tokens
|
amount: tokens,
|
||||||
reponame: @project.try(:identifer),
|
reponame: @project.try(:identifer),
|
||||||
username: @issue.get_assign_user.try(:login)
|
username: @issue.get_assign_user.try(:login)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue