Merge pull request #179 from got2bhockey/master

Add win/loss stats to Grafana
This commit is contained in:
Thomas Smyth 2021-03-13 21:40:24 +00:00 committed by GitHub
commit fb5e3b9523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3612 additions and 3437 deletions

File diff suppressed because it is too large Load Diff

View File

@ -53,7 +53,7 @@ export default async function fetchAdminLists(adminLists) {
try {
const group = groups[`${idx}-${m.groups.groupID}`];
const perms = {};
for (const groupPerm of group) perms[groupPerm] = true;
for (const groupPerm of group) perms[groupPerm.toLowerCase()] = true;
const steamID = m.groups.steamID;
if (steamID in admins) {