Skip to content

Commit 4f75a75

Browse files
committed
fix typo
1 parent 381484f commit 4f75a75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/sdk-redux/src/reduxSlices/rtkQuery/cacheTags/invalidateSpecificCacheTagsForEvents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {type ThunkDispatch, type UnknownAction} from '@reduxjs/toolkit';
22
import {type AllEvents} from '@superfluid-finance/sdk-core';
3-
import uniqBy from 'lodash.uniqBy';
3+
import uniqBy from 'lodash.uniqby';
44

55
import {getRpcApiSlice, getSubgraphApiSlice} from '../../../sdkReduxConfig';
66

packages/sdk-redux/src/sdkReduxConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {type Framework} from '@superfluid-finance/sdk-core';
22
import {type Signer} from 'ethers';
3-
import {memoize} from 'lodash';
3+
import memoize from 'lodash.memoize';
44

55
// NOTE: This file is marked for side-effects inside the package.json for efficient tree-shaking.
66

0 commit comments

Comments
 (0)