Skip to content

Commit

Permalink
Merge pull request #420 from pavelito/master
Browse files Browse the repository at this point in the history
Fix Individual Calendar Feed
  • Loading branch information
vpp authored Jan 17, 2020
2 parents 1f22f4f + 05dafb8 commit 2166061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/route/feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ router.get('/:token/ical.ics', function(req, res){

return user
.promise_calendar({
year : user.calendar.company.get_today(),
year : user.company.get_today(),
show_full_year : true,
})
.then(function(calendar){
Expand Down

0 comments on commit 2166061

Please sign in to comment.