Skip to content

Commit

Permalink
fix(nodejs): page no limit
Browse files Browse the repository at this point in the history
  • Loading branch information
takoring committed Feb 13, 2025
1 parent 67ef8ee commit ea00971
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.451.0",
"@types/sanitize-html": "^2.13.0",
"@viron/lib": "2.4.0-alpha.9",
"@viron/lib": "2.4.0-alpha.10",
"accepts": "^1.3.7",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
Expand Down
1 change: 0 additions & 1 deletion example/nodejs/src/openapi/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ components:
schema:
type: integer
minimum: 1
maximum: 100
required: false
SortQueryParam:
name: sort
Expand Down
2 changes: 1 addition & 1 deletion packages/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viron/lib",
"version": "2.4.0-alpha.9",
"version": "2.4.0-alpha.10",
"scripts": {
"build": "npm run clean && tsc --project tsconfig.json && cp -fr src/openapi dist/",
"clean": "rm -rf dist && rm -f tsconfig.tsbuildinfo",
Expand Down
1 change: 0 additions & 1 deletion packages/nodejs/src/openapi/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ components:
schema:
type: integer
minimum: 1
maximum: 100
required: false

VironSortQueryParam:
Expand Down

0 comments on commit ea00971

Please sign in to comment.