You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FFL-1294: Fix FFE_FLAGS Remote Config handler payload format (#6754)
The FFE_FLAGS RC handler was incorrectly expecting a wrapped payload with
conf.flag_configuration, but Remote Config delivers direct UFC payloads.
Changes:
- Fixed: this.openfeature._setConfiguration(conf.flag_configuration)
- To: this.openfeature._setConfiguration(conf)
0 commit comments