mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-01 13:47:27 +02:00
add placeholder impl idea
This commit is contained in:
parent
ed5e74dc07
commit
a0f6a8edc0
@ -1988,6 +1988,10 @@ export class FeatureToggleService {
|
|||||||
auditUser,
|
auditUser,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (this.flagResolver.isEnabled('paygTrialEvents') && enabled) {
|
||||||
|
// todo: handle hubspot reporting?
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return feature!; // If we get here we know the toggle exists
|
return feature!; // If we get here we know the toggle exists
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user