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:
parent
ed5e74dc07
commit
a0f6a8edc0
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user