FIX bug
This commit is contained in:
parent
72ba784e70
commit
28c7199ce6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue