Skip to content
Snippets Groups Projects
Commit 6f39beb4 authored by Martin Santangelo's avatar Martin Santangelo
Browse files

(fix) do not paginate on boosted content service

parent e4b30765
No related branches found
No related tags found
Loading
......@@ -31,6 +31,7 @@ class BoostedContentService {
await this.feedsService
.setLimit(12)
.setOffset(0)
.setPaginated(false)
.setEndpoint('api/v2/boost/feed')
.fetchRemoteOrLocal();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment