Skip to content

Commit

Permalink
[ci skip] http:: and worker:: mappings... should be the same but ther…
Browse files Browse the repository at this point in the history
…e are some gotchas: cloudflare/workers-rs#13
  • Loading branch information
brainstorm committed Jan 25, 2023
1 parent c8c2ed5 commit 1ff2288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htsget-cloudflare/src/handlers/service_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ pub fn get_service_info_json<H: HtsGet + Send + Sync + 'static>(
endpoint: Endpoint,
config: &ServiceInfo,
) -> http::Result<Response<ResponseBody>> {
FormatJson(get_base_service_info_json(endpoint, searcher, config))
FormatJson(get_base_service_info_json(endpoint, searcher, config)).try_into()
}

0 comments on commit 1ff2288

Please sign in to comment.