From 3a6960c71bd6c8386119ca78ee08d4dbbb9d448f Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Fri, 10 Jun 2022 20:55:51 -0700 Subject: [PATCH] Simply do not update the feed (#474) --- functions/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/src/index.ts b/functions/src/index.ts index 88a13759..2e2ee54c 100644 --- a/functions/src/index.ts +++ b/functions/src/index.ts @@ -19,7 +19,6 @@ export * from './unsubscribe' export * from './update-contract-metrics' export * from './update-user-metrics' export * from './update-recommendations' -export * from './update-feed' export * from './backup-db' export * from './change-user-info' export * from './market-close-notifications'