@merkl/api 0.17.19 → 0.17.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,10 +54,10 @@ export const opportunityUpdater = (app) => {
|
|
54
54
|
await Redis.safeSet("OpportunitiesWithTest", opportunitiesWithTest);
|
55
55
|
log.info("✅ opportunity cache updated successfully");
|
56
56
|
await OpportunityConvertorService.logKeyAndTTLV3Opportunities(true, false, undefined, undefined);
|
57
|
-
await OpportunityConvertorService.setV3Opportunities(
|
57
|
+
await OpportunityConvertorService.setV3Opportunities(false, false, undefined, undefined);
|
58
58
|
log.info("✅ opportunity v3 cache updated successfully");
|
59
59
|
await OpportunityConvertorService.logKeyAndTTLV3Opportunities(true, true, undefined, undefined);
|
60
|
-
await OpportunityConvertorService.setV3Opportunities(
|
60
|
+
await OpportunityConvertorService.setV3Opportunities(false, true, undefined, undefined);
|
61
61
|
log.info("✅ opportunity v3 test cache updated successfully");
|
62
62
|
return new Response(JSON.stringify({
|
63
63
|
status: "success",
|