mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
remove unused fields from WebhookTestService.ts
This commit is contained in:
parent
876ec968bd
commit
d86530a069
2 changed files with 0 additions and 6 deletions
|
@ -364,15 +364,12 @@ export class WebhookTestService {
|
||||||
id: 'dummy-abuse-report1',
|
id: 'dummy-abuse-report1',
|
||||||
targetUserId: 'dummy-target-user',
|
targetUserId: 'dummy-target-user',
|
||||||
targetUser: null,
|
targetUser: null,
|
||||||
targetUserProfile: null,
|
|
||||||
targetUserInstance: null,
|
targetUserInstance: null,
|
||||||
reporterId: 'dummy-reporter-user',
|
reporterId: 'dummy-reporter-user',
|
||||||
reporter: null,
|
reporter: null,
|
||||||
reporterProfile: null,
|
|
||||||
reporterInstance: null,
|
reporterInstance: null,
|
||||||
assigneeId: null,
|
assigneeId: null,
|
||||||
assignee: null,
|
assignee: null,
|
||||||
assigneeProfile: null,
|
|
||||||
resolved: false,
|
resolved: false,
|
||||||
forwarded: false,
|
forwarded: false,
|
||||||
comment: 'This is a dummy report for testing purposes.',
|
comment: 'This is a dummy report for testing purposes.',
|
||||||
|
|
|
@ -367,15 +367,12 @@ describe('AbuseReportNotificationService', () => {
|
||||||
id: idService.gen(),
|
id: idService.gen(),
|
||||||
targetUserId: alice.id,
|
targetUserId: alice.id,
|
||||||
targetUser: alice,
|
targetUser: alice,
|
||||||
targetUserProfile: null,
|
|
||||||
targetUserInstance: null,
|
targetUserInstance: null,
|
||||||
reporterId: bob.id,
|
reporterId: bob.id,
|
||||||
reporter: bob,
|
reporter: bob,
|
||||||
reporterProfile: null,
|
|
||||||
reporterInstance: null,
|
reporterInstance: null,
|
||||||
assigneeId: null,
|
assigneeId: null,
|
||||||
assignee: null,
|
assignee: null,
|
||||||
assigneeProfile: null,
|
|
||||||
resolved: false,
|
resolved: false,
|
||||||
forwarded: false,
|
forwarded: false,
|
||||||
comment: 'test',
|
comment: 'test',
|
||||||
|
|
Loading…
Add table
Reference in a new issue