style: remove one line
parent
91f528a3be
commit
a5f35c78c9
|
|
@ -188,7 +188,6 @@ export class Splatnet3 {
|
||||||
ids.push(...await this.getBattleList(type));
|
ids.push(...await this.getBattleList(type));
|
||||||
}
|
}
|
||||||
|
|
||||||
// battleTime()
|
|
||||||
const timeMap = new Map<string, Date>(
|
const timeMap = new Map<string, Date>(
|
||||||
ids.map((id) => [id, battleTime(id)] as const),
|
ids.map((id) => [id, battleTime(id)] as const),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue