Skip to content

Commit c1744f1

Browse files
committed
update readme
1 parent 5229b64 commit c1744f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ export default endpoint({
109109
const user = await db.user.create(input);
110110
return {
111111
id: user.id,
112-
// Removed during zod validation
113-
extra: 'This will be stripped',
112+
// Stripped during zod validation
113+
name: user.name,
114114
};
115115
},
116116
});

0 commit comments

Comments
 (0)