mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: cleaner got import
This commit is contained in:
parent
d3125c4bb4
commit
248ed8ce9a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import Redis from '@ioc:Adonis/Addons/Redis'
|
||||
import got from 'got/dist/source'
|
||||
import got from 'got'
|
||||
|
||||
export interface ChampionsPlayRate {
|
||||
[champion: string]: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue