mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
fix: I'm a dumbo
This commit is contained in:
parent
9087dbfa52
commit
6ae820c67f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ class MatchParser {
|
||||||
const gameDuration =
|
const gameDuration =
|
||||||
match.info.gameDuration > 100_000
|
match.info.gameDuration > 100_000
|
||||||
? Math.round(match.info.gameDuration / 1000)
|
? Math.round(match.info.gameDuration / 1000)
|
||||||
: match.info.gameDuration * 1000
|
: match.info.gameDuration
|
||||||
|
|
||||||
// - 1x Match
|
// - 1x Match
|
||||||
const parsedMatch = await Match.create({
|
const parsedMatch = await Match.create({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue