{BUGFIX} Export

This commit is contained in:
Damien Broqua 2024-08-02 22:38:21 +02:00
parent 47a8935ec5
commit 948ccf9419
2 changed files with 2 additions and 2 deletions

View file

@ -250,7 +250,7 @@ Publié automatiquement via #musictopus`;
},
};
if (page && limit) {
if (exportFormat === "json" && page && limit) {
const skip = (page - 1) * limit;
params = {

View file

@ -250,7 +250,7 @@ Publié automatiquement via #musictopus`;
},
};
if (page && limit) {
if (exportFormat === "json" && page && limit) {
const skip = (page - 1) * limit;
params = {