Skip to content

Commit ad9663b

Browse files
committed
minor: todo.
1 parent bda9b12 commit ad9663b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

express-zod-api/src/zod-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const brandSetter = function (
9393
const { [metaSymbol]: internal = { examples: [] }, ...rest } =
9494
this.meta() || {};
9595
return this.meta({
96-
...rest,
96+
...rest, // @todo this may no longer be required since it seems that .meta() merges now, not just overrides
9797
[metaSymbol]: { ...internal, brand },
9898
});
9999
};

0 commit comments

Comments
 (0)