(WIP) MongoDB Event Store Implentation #566
build_and_test.yml
on: pull_request
Build application code
46s
Annotations
7 errors
Build application code:
src/packages/emmett-mongodb/src/eventStore/mongoDBEventStore.ts#L74
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 application code
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 application code
Unsafe assignment of an `any` value
|
Build application code
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
|
Build application code
Unsafe assignment of an `any` value
|
Build application code
Unsafe assignment of an `any` value
|
Build application code
Process completed with exit code 1.
|