Skip to content

Commit

Permalink
upgrade pnpm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ovnrain committed Nov 13, 2023
1 parent e414260 commit a447553
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions api/router/v1/javbusParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ export async function getMoviesByPage(
? `${prefix}/${filteValue}`
: prefix
: filerType
? `${prefix}/${filteValue}/${page}`
: `${prefix}/page/${page}`;
? `${prefix}/${filteValue}/${page}`
: `${prefix}/page/${page}`;

const res = await client(url, {
headers: { Cookie: `existmag=${magnet === 'exist' ? 'mag' : 'all'}` },
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"tsx": "^4.1.0",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"tsx": "^4.1.1",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

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

0 comments on commit a447553

Please sign in to comment.