mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: wrong argument order
This commit is contained in:
parent
30a976969f
commit
2e1eaada63
1 changed files with 1 additions and 1 deletions
|
|
@ -120,8 +120,8 @@ export const GitHub: 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