diff --git a/server/src/handlers/http/users/dashboards.rs b/server/src/handlers/http/users/dashboards.rs index 81945914e..354689834 100644 --- a/server/src/handlers/http/users/dashboards.rs +++ b/server/src/handlers/http/users/dashboards.rs @@ -25,6 +25,7 @@ use crate::{ }; use actix_web::{http::header::ContentType, web, HttpRequest, HttpResponse, Responder}; use bytes::Bytes; +use rand::distributions::DistString; use chrono::Utc; use http::StatusCode; @@ -61,7 +62,14 @@ pub async fn post(req: HttpRequest, body: Bytes) -> Result