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 29f804f commit a7bffe0Copy full SHA for a7bffe0
lib/executor/src/executors/timeout.rs
@@ -76,7 +76,7 @@ fn vrl_value_to_duration(value: VrlValue) -> Option<Duration> {
76
} else {
77
Some(Duration::from_millis(i as u64))
78
}
79
- },
+ }
80
VrlValue::Bytes(_) => warn_unsupported_conversion_option("Bytes"),
81
VrlValue::Float(_) => warn_unsupported_conversion_option("Float"),
82
VrlValue::Boolean(_) => warn_unsupported_conversion_option("Boolean"),
0 commit comments