Fix propagation

This commit is contained in:
Dominik Werder
2025-05-23 16:20:27 +02:00
parent 55adf02fa8
commit 01d0741b5c

View File

@@ -498,6 +498,9 @@ impl AppendToUrl for BinnedQuery {
if let Some(x) = self.datahub_bin_as_waveform.as_ref() {
g.append_pair("private_datahub_bin_as_waveform", &x.to_string());
}
if let Some(x) = self.pbd_enable.as_ref() {
g.append_pair("pbd_enable", &x.to_string());
}
}
}