ponch-mcp-server 1.0.84 → 1.0.85
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/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9820,9 +9820,8 @@ function getIssueHumanText(issue, locale) {
|
|
|
9820
9820
|
unit
|
|
9821
9821
|
});
|
|
9822
9822
|
}
|
|
9823
|
-
case "invalid_enum_value":
|
|
9824
9823
|
case "invalid_value": {
|
|
9825
|
-
const opts = (issue.
|
|
9824
|
+
const opts = (issue.values ?? []).map((o) => JSON.stringify(o)).join(", ");
|
|
9826
9825
|
return getMessage("marketing.wrapper.issue_invalid_enum", locale, {
|
|
9827
9826
|
field,
|
|
9828
9827
|
options: opts
|