mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-24 16:39:13 +00:00
refactor: wider sheet id length
This commit is contained in:
committed by
Carlos Valente
parent
35424cfff2
commit
f94db06812
@@ -8,7 +8,7 @@ export const validateRequestConnection = [
|
|||||||
.exists()
|
.exists()
|
||||||
.isString()
|
.isString()
|
||||||
.isLength({
|
.isLength({
|
||||||
min: 40,
|
min: 20,
|
||||||
max: 100,
|
max: 100,
|
||||||
})
|
})
|
||||||
.withMessage('Sheet ID is usually 44 characters long'),
|
.withMessage('Sheet ID is usually 44 characters long'),
|
||||||
|
|||||||
Reference in New Issue
Block a user