add decrement comment
This commit is contained in:
parent
f0313dd12b
commit
231af88f60
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user