fix: progress bar in status page

This commit is contained in:
tdurieux
2021-09-06 14:58:57 +02:00
parent f7266ccff8
commit debc6ef084
2 changed files with 1 additions and 2 deletions

View File

@@ -65,7 +65,6 @@ router.get(
let download = false;
const conference = await repo.conference();
if (conference) {
console.log(conference.quota)
download =
conference.quota.size > -1 &&
!!config.ENABLE_DOWNLOAD &&