mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix(Gitea): api requests arg order
This commit is contained in:
parent
7c33710528
commit
5297e30b0d
1 changed files with 1 additions and 1 deletions
|
|
@ -143,8 +143,8 @@ export const Gitea: Platform = {
|
|||
if (gitModules) {
|
||||
if (metaData.userName && metaData.repoName && gitModules.sha) {
|
||||
const blobData = await API.getBlobData(
|
||||
metaData.repoName,
|
||||
metaData.userName,
|
||||
metaData.repoName,
|
||||
gitModules.sha,
|
||||
accessToken,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue