add decrement comment
This commit is contained in:
parent
f0313dd12b
commit
231af88f60
|
@ -21,6 +21,7 @@ export const addUserToContractFollowers = async (
|
||||||
id: user.id,
|
id: user.id,
|
||||||
createdTime: Date.now(),
|
createdTime: Date.now(),
|
||||||
})
|
})
|
||||||
|
// TODO: decrement for unfollows
|
||||||
await firestore
|
await firestore
|
||||||
.collection(`contracts`)
|
.collection(`contracts`)
|
||||||
.doc(contract.id)
|
.doc(contract.id)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user