Skip to content

Commit

Permalink
sync Athlete along with WOD on daily auto pull from Intervals.icu
Browse files Browse the repository at this point in the history
  • Loading branch information
dvmarinoff committed Mar 3, 2025
1 parent 86f41b3 commit dcd210a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ class Planned {

if(yesterdayOrOlder(this.data.modified.intervals)) {
console.log(`:planned :outdated :calling :wod 'intervals'`);
this.getAthlete('intervals');
this.wod('intervals');
return;
}
Expand Down

0 comments on commit dcd210a

Please sign in to comment.