We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da676e commit dd841efCopy full SHA for dd841ef
server/src/storage/store_metadata.rs
@@ -106,7 +106,7 @@ pub async fn resolve_parseable_metadata(
106
let staging_metadata = get_staging_metadata()?;
107
let remote_metadata = parseable_metadata
108
.as_ref()
109
- .map(|meta| serde_json::from_slice(&meta).expect("parseable config is valid json"));
+ .map(|meta| serde_json::from_slice(meta).expect("parseable config is valid json"));
110
111
// Env Change needs to be updated
112
let check = determine_environment(staging_metadata, remote_metadata);
0 commit comments