mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
remove unused fields from WebhookTestService.ts
This commit is contained in:
@@ -367,15 +367,12 @@ describe('AbuseReportNotificationService', () => {
|
||||
id: idService.gen(),
|
||||
targetUserId: alice.id,
|
||||
targetUser: alice,
|
||||
targetUserProfile: null,
|
||||
targetUserInstance: null,
|
||||
reporterId: bob.id,
|
||||
reporter: bob,
|
||||
reporterProfile: null,
|
||||
reporterInstance: null,
|
||||
assigneeId: null,
|
||||
assignee: null,
|
||||
assigneeProfile: null,
|
||||
resolved: false,
|
||||
forwarded: false,
|
||||
comment: 'test',
|
||||
|
||||
Reference in New Issue
Block a user