From 231af88f60758b193d89d7693465a5ab6050710c Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Tue, 23 Aug 2022 16:38:04 -0600 Subject: [PATCH] add decrement comment --- functions/src/follow-market.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/src/follow-market.ts b/functions/src/follow-market.ts index 1dc2941b..996aa135 100644 --- a/functions/src/follow-market.ts +++ b/functions/src/follow-market.ts @@ -21,6 +21,7 @@ export const addUserToContractFollowers = async ( id: user.id, createdTime: Date.now(), }) + // TODO: decrement for unfollows await firestore .collection(`contracts`) .doc(contract.id)