Skip to content

Commit

Permalink
merge resolution issues from vs code, need to switch back to webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusKoronciCH committed Apr 7, 2024
1 parent f5a9895 commit 64a1ec0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/event-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ export function createEventStore<T extends object>(
): [GetValueType<T, K>, (payload: GetValueType<T, K>) => void] => {
const disableCache = options?.disableCache ?? false;

const disableCache = options?.disableCache ?? false;

const defaultValue: GetValueType<T, K> = get(type, state$.getValue());


Expand Down

0 comments on commit 64a1ec0

Please sign in to comment.