mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02:00
fix: swap subscribe and unsubscribe events (#8900)
This commit is contained in:
parent
f833cf58eb
commit
40769c8106
@ -33,7 +33,7 @@ export const ProductivityEmailSubscription: FC<{
|
|||||||
});
|
});
|
||||||
trackEvent('productivity-report', {
|
trackEvent('productivity-report', {
|
||||||
props: {
|
props: {
|
||||||
eventType: 'subscribe',
|
eventType: 'unsubscribe',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
@ -44,7 +44,7 @@ export const ProductivityEmailSubscription: FC<{
|
|||||||
});
|
});
|
||||||
trackEvent('productivity-report', {
|
trackEvent('productivity-report', {
|
||||||
props: {
|
props: {
|
||||||
eventType: 'unsubscribe',
|
eventType: 'subscribe',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user