mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 20:55:46 +08:00
fixed 语言接口token参数错误
This commit is contained in:
@@ -10,7 +10,7 @@ class Gitea::Repository::Languages::ListService < Gitea::ClientService
|
||||
def initialize(owner, repo, token)
|
||||
@owner = owner
|
||||
@repo = repo
|
||||
@token = token
|
||||
@token = token
|
||||
end
|
||||
|
||||
def call
|
||||
|
||||
Reference in New Issue
Block a user