(fix) serialization and typization fixed

This commit is contained in:
Rorik Star Platinum 2025-11-07 17:20:54 +03:00
parent 131ff952ca
commit 35adb141ab
4 changed files with 11 additions and 6 deletions

View file

@ -49,7 +49,7 @@ pub struct ConsentResponse {
pub consent_id: String,
pub status: String,
pub message: String,
pub created_at: DateTime<Utc>,
pub created_at: String,
pub auto_approved: bool,
}