diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-30 14:28:24 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-06-04 10:48:24 -0400 |
| commit | d86530a069061e81bfa4661ee75fb896b33e3e7d (patch) | |
| tree | b6f6be4840ba607edd4327645f115cdf22e4534b /packages/backend/src/core/WebhookTestService.ts | |
| parent | consider duplicate previews where one URL can't be resolved, but another URL ... (diff) | |
| download | sharkey-d86530a069061e81bfa4661ee75fb896b33e3e7d.tar.gz sharkey-d86530a069061e81bfa4661ee75fb896b33e3e7d.tar.bz2 sharkey-d86530a069061e81bfa4661ee75fb896b33e3e7d.zip | |
remove unused fields from WebhookTestService.ts
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.', |