This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
Merge pull request #3 from Weidows/main #3
Annotations
7 errors
apps/nextjs/src/app/_components/ClientComponent.tsx#L60
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
|
apps/nextjs/src/app/_components/ClientComponent.tsx#L75
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
|
apps/nextjs/src/app/_components/ClientComponent.tsx#L109
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
|
apps/nextjs/src/app/_components/ClientComponent.tsx#L110
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
|
apps/nextjs/src/app/_components/ClientComponent.tsx#L129
'handleApiKeyUpdate' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
|
This job failed
Loading