FIX repository create file with token bug
This commit is contained in:
parent
f6d10881cc
commit
d24e7b6a10
|
@ -9,7 +9,8 @@ module Gitea
|
|||
attr_reader :error, :result
|
||||
|
||||
def initialize(token, owner, params)
|
||||
@owner = owner
|
||||
@token = token
|
||||
@owner = owner
|
||||
@params = params
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue