diff --git a/frontend/src/components/CurrentlyBuilding.vue b/frontend/src/components/CurrentlyBuilding.vue index 121cca9..00705cc 100644 --- a/frontend/src/components/CurrentlyBuilding.vue +++ b/frontend/src/components/CurrentlyBuilding.vue @@ -157,7 +157,7 @@ const getBuiltPackages = () => { } const getBuildingPackages = () => { - fetch('https://api.alhp.dev/packages?limit=1&offset=0&status=building', { + fetch('https://api.alhp.dev/packages?limit=0&offset=0&status=building', { method: 'GET' }) .then((response) => { @@ -174,7 +174,7 @@ const getBuildingPackages = () => { } const getQueuedPackages = () => { - fetch('https://api.alhp.dev/packages?limit=1&offset=0&status=queued', { + fetch('https://api.alhp.dev/packages?limit=0&offset=0&status=queued', { method: 'GET' }) .then((response) => {