diff --git a/packages/backend/src/core/WebhookTestService.ts b/packages/backend/src/core/WebhookTestService.ts index 3d5b94254b..45073c145a 100644 --- a/packages/backend/src/core/WebhookTestService.ts +++ b/packages/backend/src/core/WebhookTestService.ts @@ -494,6 +494,7 @@ export class WebhookTestService { url: null, uri: null, movedTo: null, + movedToUri: null, alsoKnownAs: [], createdAt: this.timeService.date.toISOString(), updatedAt: user.updatedAt?.toISOString() ?? null,