mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-05-06 19:24:17 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
5a7370b817
commit
13b7e09a69
@ -326,7 +326,7 @@ function sortBlogPostsJsonByDate(json : any) {
|
||||
|
||||
function getFakePaginationData(json : any) {
|
||||
|
||||
let pagination = {};
|
||||
let pagination : any = {};
|
||||
let totalPosts = json.length;
|
||||
|
||||
pagination.nextPage = null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user