Skip to content

Notifications

Notifications #268

Triggered via pull request November 5, 2024 18:51
Status Failure
Total duration 49s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
typecheck
frontpage#type-check: command (/home/runner/work/frontpage/frontpage/packages/frontpage) /home/runner/setup-pnpm/node_modules/.bin/pnpm run type-check exited (2)
typecheck
Property 'allowReply' is missing in type '{ comment: CommentModel; postAuthorParam: string; postRkey: string; }' but required in type 'CommentProps'.
typecheck
Property 'allowReply' is missing in type '{ key: number; comment: { type: "comment"; id: number; status: "live"; rkey: string; cid: string; createdAt: Date; authorDid: string & { __brand: "DID"; }; postId: number; body: string; parentCommentId: number | null; ... 5 more ...; postRkey?: string | undefined; }; postAuthorParam: DID; postRkey: string; }' but required in type 'CommentProps'.
typecheck
Property 'allowReply' is missing in type '{ key: number; comment: LiveComment; postAuthorParam: DID; postRkey: string; }' but required in type 'CommentProps'.
typecheck
Process completed with exit code 2.