Commit 96a3ce78 authored by Chunchi Che's avatar Chunchi Che

fix clippy

parent f435e1d4
Pipeline #18029 failed
......@@ -25,6 +25,5 @@ async fn main() -> anyhow::Result<()> {
fn deck_service(param: String) -> String {
let deck = deck::Deck::from_path(format!("deck/{}", param)).unwrap_or_default();
let json = serde_json::to_string(&deck).unwrap_or_default();
json
serde_json::to_string(&deck).unwrap_or_default()
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment