Skip to content

Commit

Permalink
Merge pull request #36 from story-x/main
Browse files Browse the repository at this point in the history
fix: ...
  • Loading branch information
XasYer authored Jan 5, 2025
2 parents 3df48c7 + d9edc27 commit e3b9b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/utils/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async function getKey (keys = Config.steam.apiKey) {
}
}
if (i.length === 0) {
i.push(...keys[0])
i.push(keys[0])
}
} else {
i.push(...keys)
Expand Down

0 comments on commit e3b9b45

Please sign in to comment.