perfect-payload 1.2.0-beta.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -608,7 +608,7 @@ function perfectPayloadStructured(
|
|
|
608
608
|
attributePath,
|
|
609
609
|
"NULL_NOT_ALLOWED",
|
|
610
610
|
attributeRules?.["allowNullError"] ||
|
|
611
|
-
`value null
|
|
611
|
+
`value null not valid for attribute ${attributePath}`,
|
|
612
612
|
);
|
|
613
613
|
}
|
|
614
614
|
}
|