mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
fix: remove tutorial games from repository queries
This commit is contained in:
parent
2d28475056
commit
69373c42ea
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class MatchRepository {
|
|||
return {
|
||||
summoner_puuid: puuid,
|
||||
result: { $not: { $eq: 'Remake' } },
|
||||
gamemode: { $nin: [800, 810, 820, 830, 840, 850] },
|
||||
gamemode: { $nin: [800, 810, 820, 830, 840, 850, 2000, 2010, 2020] },
|
||||
season: season ? season : { $exists: true },
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue