Skip to content

Commit f921b1a

Browse files
Update adapter/rest/src/route.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent a52ac4e commit f921b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapter/rest/src/route.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl IdentifiableFlow for RequestRoute {
4444
.iter()
4545
.find(|s| s.flow_setting_id == "HTTP_URL");
4646

47-
log::debug!("Extacted: {:?} as HTTP_URL", &regex_str_v);
47+
log::debug!("Extracted: {:?} as HTTP_URL", &regex_str_v);
4848

4949
let regex_str = regex_str_v
5050
.and_then(|s| s.value.as_ref())

0 commit comments

Comments
 (0)