Skip to content

Commit c21f0dc

Browse files
committed
chore: sync WASM module for Go provider
1 parent 3b5226b commit c21f0dc

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Binary file not shown.

openfeature-provider/rust/src/provider.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,8 @@ impl ConfidenceProvider {
175175
Some(sdk.clone()),
176176
options.encryption_key,
177177
));
178-
let init_labels = BTreeMap::from([(
179-
"encryption".to_string(),
180-
encryption_enabled.to_string(),
181-
)]);
178+
let init_labels =
179+
BTreeMap::from([("encryption".to_string(), encryption_enabled.to_string())]);
182180
let log_manager = Arc::new(LogManager::new(
183181
client.clone(),
184182
options.client_secret.clone(),

0 commit comments

Comments
 (0)