refactor: wider sheet id length

This commit is contained in:
Carlos Valente
2025-01-06 21:54:15 +01:00
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'),