We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda9b12 commit ad9663bCopy full SHA for ad9663b
1 file changed
express-zod-api/src/zod-plugin.ts
@@ -93,7 +93,7 @@ const brandSetter = function (
93
const { [metaSymbol]: internal = { examples: [] }, ...rest } =
94
this.meta() || {};
95
return this.meta({
96
- ...rest,
+ ...rest, // @todo this may no longer be required since it seems that .meta() merges now, not just overrides
97
[metaSymbol]: { ...internal, brand },
98
});
99
};
0 commit comments