Skip to content

Commit 5248465

Browse files
committed
fix: uncache feedScoreHistory
1 parent a750ce6 commit 5248465

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

apps/insights/src/services/clickhouse.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ const _getPublisherRankingHistory = async ({
213213
},
214214
);
215215

216-
const _getFeedScoreHistory = async ({
216+
export const getFeedScoreHistory = async ({
217217
cluster,
218218
publisherKey,
219219
symbol,
@@ -402,11 +402,6 @@ export const getPublisherRankingHistory = redisCache.define(
402402
_getPublisherRankingHistory,
403403
).getPublisherRankingHistory;
404404

405-
export const getFeedScoreHistory = redisCache.define(
406-
"getFeedScoreHistory",
407-
_getFeedScoreHistory,
408-
).getFeedScoreHistory;
409-
410405
export const getHistoricalPrices = redisCache.define(
411406
"getHistoricalPrices",
412407
_getHistoricalPrices,

0 commit comments

Comments
 (0)