mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 18:05:51 +01:00
Refactor: Use 30 as default api-fetch
This commit is contained in:
committed by
Isaac Bythewood
parent
437c802b42
commit
a21bb26dd1
@@ -7,7 +7,7 @@ function fetchPins(offset, tagFilter, userFilter) {
|
||||
const queryArgs = {
|
||||
format: 'json',
|
||||
ordering: '-id',
|
||||
limit: 50,
|
||||
limit: 30,
|
||||
offset,
|
||||
};
|
||||
if (tagFilter) queryArgs.tags__name = tagFilter;
|
||||
|
||||
Reference in New Issue
Block a user