Skip to content

Commit 265f95e

Browse files
committed
fixup! Create a new endpoint for compilation sections
1 parent 261a3ed commit 265f95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/request_handlers/graph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub async fn handle_compile_detail_graphs(
6161
/// Returns data for compilation sections (frontend/backend/linker) when comparing a single test
6262
/// result comparison for a compile-time benchmark.
6363
pub async fn handle_compile_detail_sections(
64-
request: detail_graphs::Request,
64+
request: detail_sections::Request,
6565
ctxt: Arc<SiteCtxt>,
6666
) -> ServerResult<detail_sections::Response> {
6767
log::info!("handle_compile_detail_sections({:?})", request);

0 commit comments

Comments
 (0)