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