mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
form as carrousel finalized
This commit is contained in:
@@ -21,10 +21,8 @@ const fetchResults = async (uri, params) => {
|
||||
let promises = [],
|
||||
page = 1;
|
||||
let firstData = await _fetchAction(page, uri, params);
|
||||
console.log('firstData', firstData);
|
||||
|
||||
promises.push(Promise.resolve(firstData.results));
|
||||
console.log('more ?', firstData.pagination.more);
|
||||
|
||||
if (firstData.pagination.more) {
|
||||
do {
|
||||
|
Reference in New Issue
Block a user