fix: little fix

This commit is contained in:
Valentin Kaelin 2020-10-18 01:08:54 +02:00
commit 534a0983a8
2 changed files with 1 additions and 1 deletions

View file

@ -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'