cargo fix on the server

This commit is contained in:
filipriec
2025-04-19 19:00:14 +02:00
parent f74a6ef093
commit b01ba0b2d9
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
// src/auth/models.rs
use serde::{Deserialize, Serialize};
use serde::Deserialize;
use validator::Validate;
#[derive(Debug, Validate, Deserialize)]