Skip to content

Commit

Permalink
fix: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
story-x committed Jan 5, 2025
1 parent 3df48c7 commit d9edc27
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 d9edc27

Please sign in to comment.