Skip to content

fix: clear message goes to all bus instances + refactor: to optimize bus sync #198

fix: clear message goes to all bus instances + refactor: to optimize bus sync

fix: clear message goes to all bus instances + refactor: to optimize bus sync #198

Triggered via pull request October 8, 2024 18:42
@gkachrugkachru
synchronize #39
gkachru:main
Status Failure
Total duration 3m 33s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
typecheck
Argument of type 'CacheStack | undefined' is not assignable to parameter of type 'CacheStack'.
typecheck
Process completed with exit code 2.
tests
Process completed with exit code 1.
lint: packages/bentocache/src/cache/cache.ts#L45
Replace `defaultValue·??·undefined` with `(defaultValue·??·undefined)`