Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBazlow committed Apr 15, 2023
1 parent fcd3124 commit f97348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/shardstats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export class UserEvent extends Command {
const tableData = [['Shard', 'Colonials', 'Wardens', 'Total', 'Day']]
arrayShards.forEach((shard) => {
tableData.push([
shard,
shard.toUpperCase(),
tally[shard].Colonials,
tally[shard].Wardens,
tally[shard].Total,
Expand Down

0 comments on commit f97348d

Please sign in to comment.