mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
fix(federation): 🐛 Fix incorrect name in UserSchema
This commit is contained in:
parent
cc4d3e8751
commit
28e701bc13
|
|
@ -72,7 +72,7 @@ const UserSchema = EntitySchema.extend({
|
|||
fields: z
|
||||
.array(
|
||||
z.object({
|
||||
name: ContentFormatSchema,
|
||||
key: ContentFormatSchema,
|
||||
value: ContentFormatSchema,
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue