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

add placeholder impl idea

This commit is contained in:
Thomas Heartman 2025-07-09 14:55:37 +02:00
parent ed5e74dc07
commit a0f6a8edc0

View File

@ -1988,6 +1988,10 @@ 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
}