From 62257cb5f025c75bd8cf24b4b09ae1628cba1268 Mon Sep 17 00:00:00 2001 From: Avior Date: Mon, 17 Jan 2022 10:21:14 +0100 Subject: [PATCH] fix: Fix Total progress without the correct pre language progress (#226) --- server/src/status.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/server/src/status.ts b/server/src/status.ts index 1b209821a..45e428ffc 100644 --- a/server/src/status.ts +++ b/server/src/status.ts @@ -183,12 +183,12 @@ export default express.Router().get('/', (_, res): void => { Cards - ${enStats.images + enStats.count} of ${enStats.total} - ${frStats.images + frStats.count} of ${frStats.total} - ${deStats.images + deStats.count} of ${deStats.total} - ${itStats.images + itStats.count} of ${itStats.total} - ${ptStats.images + ptStats.count} of ${ptStats.total} - ${esStats.images + esStats.count} of ${esStats.total} + ${enStats.images + enStats.count} of ${enStats.total * 2} + ${frStats.images + frStats.count} of ${frStats.total * 2} + ${deStats.images + deStats.count} of ${deStats.total * 2} + ${itStats.images + itStats.count} of ${itStats.total * 2} + ${ptStats.images + ptStats.count} of ${ptStats.total * 2} + ${esStats.images + esStats.count} of ${esStats.total * 2} ${totalStats.images + totalStats.count} of ${totalStats.total * 2} Percentage