fixed 语言接口token参数错误

This commit is contained in:
“xxq250” 2022-07-28 17:15:34 +08:00
parent 0908e61f59
commit 99850e45ad
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class Gitea::Repository::Languages::ListService < Gitea::ClientService
def initialize(owner, repo, token)
@owner = owner
@repo = repo
@args = token
@token = token
end
def call