diff --git a/src/data.rs b/src/data.rs index fc28670..2fd4af3 100644 --- a/src/data.rs +++ b/src/data.rs @@ -1,6 +1,6 @@ use reqwest::Client as HTTPClient; use reqwest::header::{HeaderMap, HeaderValue, AUTHORIZATION, CONTENT_TYPE}; -use serde_json::{Value, json}; +use serde_json::json; use std::collections::HashMap; use std::error::Error; use std::env;