diff options
Diffstat (limited to 'packages/backend/src/core/WebhookTestService.ts')
| -rw-r--r-- | packages/backend/src/core/WebhookTestService.ts | 3 |
1 files changed, 0 insertions, 3 deletions
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.', |