Skip to content

Commit

Permalink
release note
Browse files Browse the repository at this point in the history
  • Loading branch information
shall0pass committed Nov 16, 2023
1 parent c748c89 commit b7a5633
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export async function goalsSchedule(
monthUtils._parse(next_date),
);
}
console.log(diffDays);
}
t[ll].target = -monthlyTarget;
totalScheduledGoal += target;
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1917.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [shall0pass]
---

Goals: Fix infinite loop situation with Schedule keyword

0 comments on commit b7a5633

Please sign in to comment.