fix(feature_flag): cater for settings flag overrides

ref: #702
This commit is contained in:
2025-04-09 11:22:05 +09:30
parent 3763eb8727
commit f2b13e5a0c

View File

@ -165,6 +165,9 @@ class CenturionFeatureFlagging:
self._feature_flags is not None
and self._last_modified is not None
)
or (
self._over_rides is not None
)
):
return True