mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 08:34:48 +00:00
Applied VSCode JS formatting settings
This commit is contained in:
@@ -122,7 +122,8 @@ function RefreshStatistics()
|
||||
var overdueCount = 0;
|
||||
var now = moment();
|
||||
var nextXDaysThreshold = moment().add(nextXDays, "days");
|
||||
result.forEach(element => {
|
||||
result.forEach(element =>
|
||||
{
|
||||
var date = moment(element.next_estimated_charge_time);
|
||||
if (date.isBefore(now))
|
||||
{
|
||||
|
Reference in New Issue
Block a user