chore: added defaul object to cost property
parent
3cc53ad3ee
commit
e8cdc558ff
|
@ -373,8 +373,12 @@ class TranscriptionReportService:
|
||||||
"pagination": mongo_data,
|
"pagination": mongo_data,
|
||||||
"data": [],
|
"data": [],
|
||||||
"cost": {
|
"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:
|
if hit_report:
|
||||||
|
|
Loading…
Reference in New Issue