pr review fixes

This commit is contained in:
olivermrbl
2021-03-17 10:32:11 +01:00
parent fa2c6f9beb
commit 8fc6b26cb8
5 changed files with 16 additions and 8 deletions
@@ -67,9 +67,6 @@ export default async (req, res) => {
usage_limit: Validator.number()
.positive()
.optional(),
usage_count: Validator.number()
.positive()
.optional(),
})
.required(),
is_disabled: Validator.boolean().default(false),