This commit is contained in:
Pranav
2024-02-13 17:32:57 -08:00
parent 2a34ceb66b
commit 8aa0a347d6
@@ -85,7 +85,6 @@ export const actions = {
value: true,
});
Report.getReports(reportObj).then(accountReport => {
console.log(reportObj, accountReport);
let { data } = accountReport;
data = clampDataBetweenTimeline(data, reportObj.from, reportObj.to);
commit(types.default.SET_ACCOUNT_REPORTS, {