FIX hash merge bug

This commit is contained in:
Jasder 2020-08-27 15:05:09 +08:00
parent 79c557bd68
commit 9823b03099
1 changed files with 5 additions and 1 deletions

View File

@ -156,6 +156,10 @@ class RepositoriesController < ApplicationController
new_branch: params[:new_branch],
content: params[:content],
message: params[:message],
committer: {
email: current_user.mail,
name: current_user.login
},
identifier: @project.identifier
}
end