We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3e99e commit b5e7852Copy full SHA for b5e7852
1 file changed
src/adapters/validators/PlanValidator.ts
@@ -59,7 +59,7 @@ export class PlanValidator {
59
60
static validateEditTopoBoundary(data: any): Error | null {
61
const rules = {
62
- coordinates: 'required|array',
+ coordinates: 'array',
63
'coordinates.*': {
64
id: 'required|string',
65
northing: 'required|numeric',
0 commit comments