Merge pull request #3851 from jakemcdermott/fix-3578-part-2

Get the last two pages of events on page load
This commit is contained in:
Jake McDermott
2019-10-18 12:46:19 -04:00
committed by GitHub

View File

@@ -392,7 +392,8 @@ function last () {
return lastPage(); return lastPage();
} }
return lastRange(); return lastRange()
.then(() => previousRange());
} }
function next () { function next () {