Skip to content

Commit

Permalink
fix(packages): updates to the latest version of imgur to resolve impo…
Browse files Browse the repository at this point in the history
…rt issue
  • Loading branch information
KenEucker committed Jan 22, 2024
1 parent e671d26 commit 2ee0105
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "biketag",
"version": "3.3.0",
"version": "3.3.2",
"description": "The Javascript client API for BikeTag Games",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -71,7 +71,7 @@
"axios": "^0.21.1",
"axios-cache-adapter": "^2.7.3",
"form-data": "^4.0.0",
"imgur": "^2.4.0",
"imgur": "^2.4.1",
"lodash": "^4.17.21",
"tinycache": "^1.1.2",
"util": "^0.12.4"
Expand Down
2 changes: 1 addition & 1 deletion src/sanity/getPlayers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export async function getPlayers(

const response = {
data: sortPlayers(playersData, payload.sort, payload.limit),
status: HttpStatusCode.Found,
status: HttpStatusCode.Ok,
success: true,
source: AvailableApis[AvailableApis.sanity],
}
Expand Down

0 comments on commit 2ee0105

Please sign in to comment.