From d86530a069061e81bfa4661ee75fb896b33e3e7d Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Fri, 30 May 2025 14:28:24 -0400 Subject: remove unused fields from WebhookTestService.ts --- packages/backend/src/core/WebhookTestService.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'packages/backend/src/core/WebhookTestService.ts') diff --git a/packages/backend/src/core/WebhookTestService.ts b/packages/backend/src/core/WebhookTestService.ts index 7c85a32427..c4b01d535b 100644 --- a/packages/backend/src/core/WebhookTestService.ts +++ b/packages/backend/src/core/WebhookTestService.ts @@ -364,15 +364,12 @@ export class WebhookTestService { id: 'dummy-abuse-report1', targetUserId: 'dummy-target-user', targetUser: null, - targetUserProfile: null, targetUserInstance: null, reporterId: 'dummy-reporter-user', reporter: null, - reporterProfile: null, reporterInstance: null, assigneeId: null, assignee: null, - assigneeProfile: null, resolved: false, forwarded: false, comment: 'This is a dummy report for testing purposes.', -- cgit v1.2.3-freya