1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

revert one change

This commit is contained in:
Thomas Heartman 2025-07-09 15:53:56 +02:00
parent 6583c242fb
commit c851ceae40

View File

@ -1988,10 +1988,6 @@ export class FeatureToggleService {
auditUser,
}),
);
if (this.flagResolver.isEnabled('paygTrialEvents') && enabled) {
// todo: handle hubspot reporting?
}
}
return feature!; // If we get here we know the toggle exists
}