Ben Miller
Results
1
issues of
Ben Miller
It appears that 'schedule' is no longer a function. ``` $ node test.js .../test.js:94 .schedule(function(d) { return d.availability ? p(d.availability) : undefined; }) ^ TypeError: schedule.tasks(...).id(...).duration(...).schedule is not a function...