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
|
fields: z
|
||||||
.array(
|
.array(
|
||||||
z.object({
|
z.object({
|
||||||
name: ContentFormatSchema,
|
key: ContentFormatSchema,
|
||||||
value: ContentFormatSchema,
|
value: ContentFormatSchema,
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue