include populate in the script fetch for simplification
This commit is contained in:
parent
c770c54268
commit
890434ce63
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ const mapper = (inVal) => {
|
|||
console.log('Invalid URL. Quitting...');
|
||||
rl.close();
|
||||
return;
|
||||
} else if (!fetchUrl.includes('?')) {
|
||||
fetchUrl += '?populate[0]=entries&populate[1]=entries.variants&populate[2]=tags&populate[3]=tags.value'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue