mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: little fix
This commit is contained in:
commit
534a0983a8
2 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import Jax from './Jax'
|
||||
import Logger from '@ioc:Adonis/Core/Logger'
|
||||
import { getSeasonNumber } from 'App/helpers'
|
||||
import { MatchReferenceDto } from './Jax/src/Endpoints/MatchListEndpoint'
|
||||
import { MatchReferenceDto } from './Jax/src/Endpoints/MatchlistEndpoint'
|
||||
import { SummonerDTO } from './Jax/src/Endpoints/SummonerEndpoint'
|
||||
import { SummonerModel } from 'App/Models/Summoner'
|
||||
import Match, { MatchModel } from 'App/Models/Match'
|
||||
|
|
|
|||
Loading…
Reference in a new issue