Fix territory transfer sent to everyone (#946)

This commit is contained in:
ekzyis 2024-03-20 22:45:30 +01:00 committed by GitHub
parent e8f9a186c6
commit b35302ccdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ export default {
].filter(q => !!q),
{ models, lnd, hash, hmac, me, enforceFee: billingCost })
if (oldSub.userId !== me.id) notifyTerritoryTransfer({ models, sub: newSub, to: me.id })
if (oldSub.userId !== me.id) notifyTerritoryTransfer({ models, sub: newSub, to: me })
}
},
Sub: {