Skip to content

Commit

Permalink
Fix "lastWatchedVideo" feature on home page (#3) (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindet committed Feb 7, 2021
1 parent 2bc8b30 commit b20c97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/home.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const getHome = (req, res) => {
alerts: req.flash('alert'),
bookmark: bookmark.get(),
isProgress: progress.isProgressFile(),
markVideoAsWatched: lastWatchedVideo.get(),
lastWatchedVideo: lastWatchedVideo.get(),
});
};

Expand Down

0 comments on commit b20c97d

Please sign in to comment.