change bug

This commit is contained in:
sylor_huang@126.com 2020-06-09 14:23:39 +08:00
parent a4d125a413
commit 7ce6b01097
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ class IssuesController < ApplicationController
change_params = {
type: "add",
chain_params: {
amount: tokens
amount: tokens,
reponame: @project.try(:identifer),
username: @issue.get_assign_user.try(:login)
}