Skip to content

Commit

Permalink
fix(federation): 🐛 Fix incorrect name in UserSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed May 17, 2024
1 parent cc4d3e8 commit 28e701b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion federation/schemas/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const UserSchema = EntitySchema.extend({
fields: z
.array(
z.object({
name: ContentFormatSchema,
key: ContentFormatSchema,
value: ContentFormatSchema,
}),
)
Expand Down

0 comments on commit 28e701b

Please sign in to comment.