Skip to content

Simplify PDS moderation #4441

Simplify PDS moderation

Simplify PDS moderation #4441

Triggered via pull request October 9, 2023 19:03
Status Failure
Total duration 2m 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

repo.yaml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 3 warnings
Build
Argument of type 'UserAccountEntry & DidHandle & RepoRoot' is not assignable to parameter of type '{ takedownId: number | null; }'.
Build
Type 'string | null' is not assignable to type 'number | null'.
Build
Property 'resolveReports' does not exist on type 'ModerationService'.
Build
Property 'getActionOrThrow' does not exist on type 'ModerationService'.
Build
Property 'views' does not exist on type 'ModerationService'.
Build
Property 'reverseTakedownRepo' does not exist on type 'ModerationService'.
Build
Property 'reverseTakedownRecord' does not exist on type 'ModerationService'.
Build
Property 'getAction' does not exist on type 'ModerationService'.
Build
Property 'revertAction' does not exist on type 'ModerationService'.
Build
Property 'views' does not exist on type 'ModerationService'.
Test (7/8)
Process completed with exit code 1.
Test (2/8)
The job was canceled because "_7_8" failed.
Test (2/8)
The operation was canceled.
Test (5/8)
The job was canceled because "_7_8" failed.
Test (5/8)
The operation was canceled.
Test (1/8)
The job was canceled because "_7_8" failed.
Test (1/8)
The operation was canceled.
Test (6/8)
The job was canceled because "_7_8" failed.
Test (3/8)
The job was canceled because "_7_8" failed.
Test (6/8)
The operation was canceled.
Test (3/8)
The operation was canceled.
Test (4/8)
The job was canceled because "_7_8" failed.
Test (4/8)
The operation was canceled.
Test (8/8)
The job was canceled because "_7_8" failed.
Test (8/8)
The operation was canceled.
Verify: packages/api/tests/rich-text-detection.test.ts#L298
'detectedTags' is never reassigned. Use 'const' instead
Verify: packages/api/tests/rich-text-detection.test.ts#L299
'detectedIndices' is never reassigned. Use 'const' instead
Verify: packages/api/tests/rich-text-detection.test.ts#L301
'rest' is assigned a value but never used. Allowed unused vars must match /^_/u