Skip to content

Commit 6e46212

Browse files
committed
reverted unrelated change
1 parent 898346c commit 6e46212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/timelines/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const schema = {
1818
body: {
1919
param: Joi.object().keys({
2020
id: Joi.any().strip(),
21-
name: Joi.string().max(45).required(),
21+
name: Joi.string().max(255).required(),
2222
description: Joi.string().max(255),
2323
startDate: Joi.date().required(),
2424
endDate: Joi.date().min(Joi.ref('startDate')).allow(null),

0 commit comments

Comments
 (0)