mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-17 04:14:09 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
f7d2d31a89
commit
b715d37d0f
@ -561,8 +561,10 @@ export async function getAllBlogPostsCategoriesFromSource() : Promise<any> {
|
||||
//let requestResults = await request(AllCategoriesQuery);
|
||||
//allBlogPostsCategoriesFromSource = requestResults.allCategories;
|
||||
} else {
|
||||
allBlogPostsCategoriesFromSource = serverGetBlogPostsCategories();
|
||||
allBlogPostsCategoriesFromSource = await serverGetBlogPostsCategories();
|
||||
}
|
||||
|
||||
console.log(allBlogPostsCategoriesFromSource);
|
||||
|
||||
return allBlogPostsCategoriesFromSource;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user