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
commit 3f113129a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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