style: remove one line

dumb-splashcat-thing
spacemeowx2 2023-06-06 19:39:10 +08:00 committed by imspace
parent 91f528a3be
commit a5f35c78c9
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ export class Splatnet3 {
ids.push(...await this.getBattleList(type));
}
// battleTime()
const timeMap = new Map<string, Date>(
ids.map((id) => [id, battleTime(id)] as const),
);