Misc linting fixes.
This commit is contained in:
@@ -47,6 +47,10 @@ const DecodeTtl = async (
|
||||
|
||||
//Apply business logic transfomrations.
|
||||
|
||||
return { clm_total: 0, depreciation_taxes: 0, cieca_ttl: rawTtlData };
|
||||
return {
|
||||
clm_total: 0,
|
||||
depreciation_taxes: 0,
|
||||
cieca_ttl: { data: rawTtlData },
|
||||
};
|
||||
};
|
||||
export default DecodeTtl;
|
||||
|
||||
Reference in New Issue
Block a user