chore: added defaul object to cost property

master
adriano 2025-09-01 16:44:12 -03:00
parent 3cc53ad3ee
commit e8cdc558ff
1 changed files with 6 additions and 2 deletions

View File

@ -373,8 +373,12 @@ class TranscriptionReportService:
"pagination": mongo_data,
"data": [],
"cost": {
}
'company_id': self.company_id,
'start_date': self.start_date,
'end_date': self.end_date,
'total_cost_hit': 0,
'total_client_cost': 0
}
}
if hit_report: