fix(federation): 🐛 Correctly remove listeners after job processing finishes

This commit is contained in:
Jesse Wierzbinski 2024-11-25 08:59:48 +01:00
parent 3e19b11609
commit 3ef361f521
No known key found for this signature in database
2 changed files with 25 additions and 6 deletions

View file

@ -24,7 +24,7 @@ export enum InboxJobType {
ProcessEntity = "processEntity",
}
type InboxJobData = {
export type InboxJobData = {
data: Entity;
headers: {
"x-signature"?: string;