Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions apps/insights/src/services/clickhouse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const _getPublisherRankingHistory = async ({
},
);

const _getFeedScoreHistory = async ({
export const getFeedScoreHistory = async ({
cluster,
publisherKey,
symbol,
Expand Down Expand Up @@ -402,11 +402,6 @@ export const getPublisherRankingHistory = redisCache.define(
_getPublisherRankingHistory,
).getPublisherRankingHistory;

export const getFeedScoreHistory = redisCache.define(
"getFeedScoreHistory",
_getFeedScoreHistory,
).getFeedScoreHistory;

export const getHistoricalPrices = redisCache.define(
"getHistoricalPrices",
_getHistoricalPrices,
Expand Down
Loading