Create liquidity events webhook #19
Annotations
10 errors and 2 warnings
build (16.x):
apps/dune-mock/src/endpoints/dune-mock/csv.middleware.ts#L20
Newline required at end of file but not found
|
build (16.x):
libs/services/src/data/data.service.ts#L7
No rule allowing this dependency was found. File is of type 'libs/services'. Dependency is of type 'apps/api'
|
build (16.x):
libs/services/src/dune-mock/dune-mock.service.ts#L2
No rule allowing this dependency was found. File is of type 'libs/services'. Dependency is of type 'apps/dune-mock'
|
build (16.x):
libs/services/src/dune-mock/dune-mock.service.ts#L9
Async method 'createTable' has no 'await' expression
|
build (16.x):
libs/services/src/dune-mock/dune-mock.service.ts#L14
Async method 'insertIntoTable' has no 'await' expression
|
build (16.x):
libs/services/src/dune-sender/dune-sender.service.ts#L6
No rule allowing this dependency was found. File is of type 'libs/services'. Dependency is of type 'apps/api'
|
build (16.x):
libs/services/src/events/events.service.ts#L2
No rule allowing this dependency was found. File is of type 'libs/services'. Dependency is of type 'apps/api'
|
build (16.x):
libs/services/src/records/csv-records.service.ts#L13
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
|
build (16.x):
libs/services/src/records/csv-records.service.ts#L43
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
|
build (16.x):
libs/services/src/records/csv-records.service.ts#L72
Async arrow function has no 'await' expression
|
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (16.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|