|
@@ -213,7 +213,7 @@ const _getPublisherRankingHistory = async ({
|
|
|
},
|
|
},
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
-const _getFeedScoreHistory = async ({
|
|
|
|
|
|
|
+export const getFeedScoreHistory = async ({
|
|
|
cluster,
|
|
cluster,
|
|
|
publisherKey,
|
|
publisherKey,
|
|
|
symbol,
|
|
symbol,
|
|
@@ -402,11 +402,6 @@ export const getPublisherRankingHistory = redisCache.define(
|
|
|
_getPublisherRankingHistory,
|
|
_getPublisherRankingHistory,
|
|
|
).getPublisherRankingHistory;
|
|
).getPublisherRankingHistory;
|
|
|
|
|
|
|
|
-export const getFeedScoreHistory = redisCache.define(
|
|
|
|
|
- "getFeedScoreHistory",
|
|
|
|
|
- _getFeedScoreHistory,
|
|
|
|
|
-).getFeedScoreHistory;
|
|
|
|
|
-
|
|
|
|
|
export const getHistoricalPrices = redisCache.define(
|
|
export const getHistoricalPrices = redisCache.define(
|
|
|
"getHistoricalPrices",
|
|
"getHistoricalPrices",
|
|
|
_getHistoricalPrices,
|
|
_getHistoricalPrices,
|