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 09e83de commit e2c482aCopy full SHA for e2c482a
htsget-config/src/config/location.rs
@@ -298,7 +298,7 @@ impl TryFrom<LocationWrapper> for SimpleLocation {
298
Ok(SimpleLocation::new(backend.0, backend.1, Some(wrapper.location.prefix_or_id)))
299
} else {
300
let backend: BackendWithAppend = wrapper.location.location.unwrap_or_default().try_into()?;
301
- Ok(Location::new(backend.0, backend.1, Some(wrapper.location.prefix_or_id)))
+ Ok(SimpleLocation::new(backend.0, backend.1, Some(wrapper.location.prefix_or_id)))
302
}
303
304
0 commit comments