mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 09:23:51 +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()
|
||||
.isString()
|
||||
.isLength({
|
||||
min: 40,
|
||||
min: 20,
|
||||
max: 100,
|
||||
})
|
||||
.withMessage('Sheet ID is usually 44 characters long'),
|
||||
|
||||
Reference in New Issue
Block a user