more fucking fixes

pull/29/head
Matthew 2020-11-06 02:34:55 -05:00
parent 2217d0fb2c
commit 6435af89b6
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 2 additions and 2 deletions

View File

@ -551,10 +551,10 @@ export default class Report extends Route {
if (data.report.roles <= 0) role = 0;
else if (data.report.roles > 54) role = 54;
else activity = Math.round(data.report.roles);
else role = Math.round(data.report.roles);
if (data.report.staff <= 0) role = 0;
else activity = Math.round(data.report.staff);
else misc = Math.round(data.report.staff);
if (data.report.cloudServices === 0) cloud = 0;
else if (data.report.cloudServices > 10) cloud = 10;