Skip to content

Commit

Permalink
fix(federation): 🐛 Fix incorrect property in Delete
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Oct 24, 2024
1 parent c9a79a4 commit f8fe130
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 @@ -177,7 +177,7 @@ export const DeleteSchema = EntitySchema.extend({
type: z.literal("Delete"),
author: z.string().url().nullable(),
deleted_type: z.string(),
target: z.string().url(),
deleted: z.string().url(),
});

export const FollowSchema = EntitySchema.extend({
Expand Down

0 comments on commit f8fe130

Please sign in to comment.