{BUGFIX} Export
This commit is contained in:
parent
47a8935ec5
commit
948ccf9419
2 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@ Publié automatiquement via #musictopus`;
|
|||
},
|
||||
};
|
||||
|
||||
if (page && limit) {
|
||||
if (exportFormat === "json" && page && limit) {
|
||||
const skip = (page - 1) * limit;
|
||||
|
||||
params = {
|
||||
|
|
|
@ -250,7 +250,7 @@ Publié automatiquement via #musictopus`;
|
|||
},
|
||||
};
|
||||
|
||||
if (page && limit) {
|
||||
if (exportFormat === "json" && page && limit) {
|
||||
const skip = (page - 1) * limit;
|
||||
|
||||
params = {
|
||||
|
|
Loading…
Reference in a new issue