mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 09:55:50 +01:00
Feature: LoadMore in Pins view done
This commit is contained in:
committed by
Isaac Bythewood
parent
5890a02807
commit
c5fc7295a4
@@ -24,7 +24,7 @@ function fetchPinsForBoard(boardId) {
|
||||
(resolve, reject) => {
|
||||
axios.get(url).then(
|
||||
(resp) => {
|
||||
resolve({ data: { results: resp.data.pins_detail } });
|
||||
resolve({ data: { results: resp.data.pins_detail, next: null } });
|
||||
},
|
||||
error => reject(error),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user