Commit c241a15d authored by Juan Manuel Solaro's avatar Juan Manuel Solaro

(fix) add spacing

1 merge request!375WIP: Update Blogs
......@@ -12,8 +12,8 @@ class BlogsService {
async loadList(filter, offset) {
let endpoint = (filter === 'suggested') ?
'api/v2/entities/suggested/blogs' + (stores.hashtag.all ? '/all' : '' ) :
'api/v1/blog/' + filter;
'api/v2/entities/suggested/blogs' + (stores.hashtag.all ? '/all' : '' ) :
'api/v1/blog/' + filter;
const data = await api.get(endpoint, { limit: 12, offset: offset });
return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment