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 9a7f0d7 commit 790f729Copy full SHA for 790f729
1 file changed
src/webserver/http.rs
@@ -228,6 +228,7 @@ async fn render_sql(
228
}
229
230
#[derive(Debug, serde::Serialize, PartialEq, Clone)]
231
+#[serde(untagged)]
232
pub enum SingleOrVec {
233
Single(String),
234
Vec(Vec<String>),
0 commit comments