Skip to content

Feat: Optimistic writes #315

Feat: Optimistic writes

Feat: Optimistic writes #315

Triggered via pull request December 2, 2024 06:29
Status Failure
Total duration 54s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
lint: packages/frontpage/lib/api/comment.ts#L45
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: packages/frontpage/lib/api/comment.ts#L57
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: packages/frontpage/lib/api/post.ts#L39
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: packages/frontpage/lib/api/post.ts#L69
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint
frontpage#lint: command (/home/runner/work/frontpage/frontpage/packages/frontpage) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
lint: packages/frontpage/lib/api/vote.ts#L58
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: packages/frontpage/lib/data/db/post.ts#L8
'atprotoPost' is defined but never used. Allowed unused vars must match /^_/u
lint: packages/frontpage/lib/data/db/vote.ts#L5
'atprotoVote' is defined but never used. Allowed unused vars must match /^_/u
lint
Process completed with exit code 1.