Skip to content

Commit da6b1dc

Browse files
Update crates/stackable-webhook/src/lib.rs
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent af9d446 commit da6b1dc

File tree

1 file changed

+0
-1
lines changed
  • crates/stackable-webhook/src

1 file changed

+0
-1
lines changed

crates/stackable-webhook/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ impl WebhookServer {
124124
// by the Axum project.
125125
//
126126
// See https://docs.rs/axum/latest/axum/middleware/index.html#applying-multiple-middleware
127-
// TODO (@NickLarsenNZ): keep this server_builder specific to tracing, since it's placement in the chain is important
128127
let trace_service_builder = ServiceBuilder::new().layer(trace_layer);
129128

130129
// Create the root router and merge the provided router into it.

0 commit comments

Comments
 (0)