This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
Setup example db for effects #2
Annotations
3 errors and 9 warnings
src/index.ts#L24
Missing return type on function
|
src/index.ts#L33
Unexpected any. Specify a different type
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/index.ts#L1
Member 'common' of the import declaration should be sorted alphabetically
|
src/index.ts#L3
'users' is assigned a value but never used. Allowed unused vars must match /^_/u
|
src/index.ts#L6
'logger' is assigned a value but never used. Allowed unused vars must match /^_/u
|
src/index.ts#L10
'data' is assigned a value but never used. Allowed unused vars must match /^_/u
|
src/index.ts#L13
Async function 'start' has no 'await' expression
|
src/index.ts#L15
Unnecessary optional chain on a non-nullish value
|
src/index.ts#L17
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
|
src/index.ts#L24
Async function 'addEffects' has no 'await' expression
|
The logs for this run have expired and are no longer available.
Loading