This commit is contained in:
Jasder 2020-08-13 11:38:05 +08:00
parent 72ba784e70
commit 28c7199ce6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Gitea::Repository::Entries::CreateService < Gitea::ClientService
@owner = owner @owner = owner
@repo_name = repo_name @repo_name = repo_name
@filepath = filepath @filepath = filepath
@body = bodys @body = body
end end
def call def call