mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 20:29:15 +01:00
fix(federation): 🐛 Fix incorrect property in Delete
This commit is contained in:
parent
c9a79a48da
commit
f8fe1305cb
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ export const DeleteSchema = EntitySchema.extend({
|
||||||
type: z.literal("Delete"),
|
type: z.literal("Delete"),
|
||||||
author: z.string().url().nullable(),
|
author: z.string().url().nullable(),
|
||||||
deleted_type: z.string(),
|
deleted_type: z.string(),
|
||||||
target: z.string().url(),
|
deleted: z.string().url(),
|
||||||
});
|
});
|
||||||
|
|
||||||
export const FollowSchema = EntitySchema.extend({
|
export const FollowSchema = EntitySchema.extend({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue