Skip to content

Commit

Permalink
Merge pull request #8985 from suraj-webkul/Issue#8981_Adding_future_Date
Browse files Browse the repository at this point in the history
Issue #8981 fixed.
  • Loading branch information
jitendra-webkul committed Nov 16, 2023
2 parents 64221a3 + 34115f8 commit d0190f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Webkul/Admin/src/Helpers/Reporting/Sale.php
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,6 @@ public function getOverTimeStats($startDate, $endDate, $valueColumn, $period = '
];
}

return $stats;
return $stats ?? [];
}
}

0 comments on commit d0190f0

Please sign in to comment.