File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
providers/openfeature-provider-flagd/src/openfeature/contrib/provider/flagd Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ def __init__( # noqa: PLR0913
253253 # TODO: remove the metadata call entirely after https://github.com/open-feature/flagd/issues/1584
254254 # This is a temporary stop-gap solutions to support servers that don't implement sync.GetMetadata
255255 # (see: https://buf.build/open-feature/flagd/docs/main:flagd.sync.v1#flagd.sync.v1.FlagSyncService.GetMetadata).
256- # Using this option sisables call to sync.GetMetadata
256+ # Using this option disables call to sync.GetMetadata
257257 # Disabling will prevent static context from flagd being used in evaluations.
258258 # GetMetadata and this option will be removed.
259259 self .sync_metadata_disabled = sync_metadata_disabled
You can’t perform that action at this time.
0 commit comments