Skip to content

Commit bbf8607

Browse files
hhsnopekjescalan
authored andcommitted
fix limit to match contentful limit
1 parent 0983efc commit bbf8607

3 files changed

Lines changed: 14961 additions & 3 deletions

File tree

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function validate(opts = {}) {
142142
limit: Joi.number()
143143
.integer()
144144
.min(1)
145-
.max(100)
145+
.max(1000)
146146
.default(100)
147147
}),
148148
transform: Joi.alternatives()

0 commit comments

Comments
 (0)