Feat: Optimistic writes #315
Annotations
9 errors
Run pnpm exec turbo run --affected 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
|
Run pnpm exec turbo run --affected 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
|
Run pnpm exec turbo run --affected 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
|
Run pnpm exec turbo run --affected 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
|
Run pnpm exec turbo run --affected lint
frontpage#lint: command (/home/runner/work/frontpage/frontpage/packages/frontpage) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
|
Run pnpm exec turbo run --affected 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
|
Run pnpm exec turbo run --affected lint:
packages/frontpage/lib/data/db/post.ts#L8
'atprotoPost' is defined but never used. Allowed unused vars must match /^_/u
|
Run pnpm exec turbo run --affected lint:
packages/frontpage/lib/data/db/vote.ts#L5
'atprotoVote' is defined but never used. Allowed unused vars must match /^_/u
|
Run pnpm exec turbo run --affected lint
Process completed with exit code 1.
|
Loading