Tusd fix #41
Annotations
11 warnings
build (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (18.x):
src/repositories/user/user.repository.ts#L33
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 (18.x):
src/services/index.ts#L42
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 (18.x):
src/services/index.ts#L47
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 (18.x):
src/services/storage-cluster/allocator.ts#L217
Forbidden non-null assertion
|
build (18.x):
src/services/storage-cluster/allocator.ts#L218
Forbidden non-null assertion
|
build (18.x):
src/services/storage-cluster/allocator.ts#L631
Empty block statement
|
build (18.x):
src/services/storage-cluster/allocator.ts#L764
Forbidden non-null assertion
|
build (18.x):
src/services/storage-cluster/allocator.ts#L800
Promise returned in function argument where a void return was expected
|
build (18.x):
src/services/storage-cluster/peer.ts#L105
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 (18.x):
src/services/storage-cluster/peer.ts#L211
Promise returned in function argument where a void return was expected
|