mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
[web] fix incorrect event group-subscription-left (#18757)
GitOrigin-RevId: aa342dc6575eca032834c2b132d4d0144a4faa27
This commit is contained in:
parent
0ea04db53b
commit
0680a91a70
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ async function restoreSubscription(subscriptionId) {
|
||||||
// 4. notify analytics that members rejoined the subscription
|
// 4. notify analytics that members rejoined the subscription
|
||||||
await _sendSubscriptionEventForAllMembers(
|
await _sendSubscriptionEventForAllMembers(
|
||||||
subscriptionId,
|
subscriptionId,
|
||||||
'group-subscription-left'
|
'group-subscription-joined'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue