Skip to content

(WIP) MongoDB Event Store Implentation #566

(WIP) MongoDB Event Store Implentation

(WIP) MongoDB Event Store Implentation #566

Triggered via pull request October 28, 2024 14:11
Status Failure
Total duration 56s
Artifacts

build_and_test.yml

on: pull_request
Build application code
46s
Build application code
Fit to window
Zoom out
Zoom in

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.