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.
series
1 parent ac6f3c7 commit 9c2f37cCopy full SHA for 9c2f37c
influxdb/src/integrations/serde_integration.rs
@@ -80,6 +80,7 @@ impl DatabaseQueryResult {
80
#[derive(Deserialize, Debug)]
81
#[doc(hidden)]
82
pub struct Return<T> {
83
+ #[serde(default = "Vec::new")]
84
pub series: Vec<Series<T>>,
85
}
86
0 commit comments