Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Aug 27, 2024
1 parent b34578b commit 3fc4c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/slices/marketDataSlice/marketDataSlice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const marketApi = createApi({
}),
findPriceHistoryByAssetId: build.query<null, FindPriceHistoryByAssetIdArgs>({
// named function for profiling+debugging purposes
queryFn: async function findPriceHistoryByAssetIdd(args, { dispatch }) {
queryFn: async function findPriceHistoryByAssetId(args, { dispatch }) {
const { assetId, timeframe } = args

const historyDataByAssetId = await getMarketServiceManager()
Expand Down

0 comments on commit 3fc4c2e

Please sign in to comment.