We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a750ce6 commit 5248465Copy full SHA for 5248465
apps/insights/src/services/clickhouse.ts
@@ -213,7 +213,7 @@ const _getPublisherRankingHistory = async ({
213
},
214
);
215
216
-const _getFeedScoreHistory = async ({
+export const getFeedScoreHistory = async ({
217
cluster,
218
publisherKey,
219
symbol,
@@ -402,11 +402,6 @@ export const getPublisherRankingHistory = redisCache.define(
402
_getPublisherRankingHistory,
403
).getPublisherRankingHistory;
404
405
-export const getFeedScoreHistory = redisCache.define(
406
- "getFeedScoreHistory",
407
- _getFeedScoreHistory,
408
-).getFeedScoreHistory;
409
-
410
export const getHistoricalPrices = redisCache.define(
411
"getHistoricalPrices",
412
_getHistoricalPrices,
0 commit comments