mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-05-04 08:42:04 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
e8fa836977
commit
b5aed6e274
@ -465,7 +465,7 @@ export async function getRelatedBlogPosts(blogPostJson : any, matchCount : numbe
|
||||
let matchCategories = getBlogPostCategorySlugs(blogPostJson);
|
||||
let blogPosts = await getAllBlogPostsJson();
|
||||
let blogPostsData = blogPosts.data;
|
||||
let candidateBlogPost = {};
|
||||
let candidateBlogPost : any = {};
|
||||
let candidateBlogPostSlug = '';
|
||||
let slug = blogPostJson.slug;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user