Skip to content

Commit

Permalink
Allow null value for table limit
Browse files Browse the repository at this point in the history
  • Loading branch information
guvra committed Mar 26, 2024
1 parent 53f6fb0 commit da10936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"type": ["string", "number"]
},
"limit": {
"type": "integer"
"type": ["integer", "null"]
}
},
"additionalProperties": false
Expand Down

0 comments on commit da10936

Please sign in to comment.