(fix) serialization and typization fixed
This commit is contained in:
parent
131ff952ca
commit
35adb141ab
4 changed files with 11 additions and 6 deletions
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue