mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: typo in Queue provider path
This commit is contained in:
parent
1a87bea46d
commit
46aed5a435
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const providers = [
|
|||
'@adonisjs/redis/providers/RedisProvider',
|
||||
|
||||
join(__dirname, '../providers/Jax/JaxProvider'),
|
||||
join(__dirname, '../providers/Queue/provider')
|
||||
join(__dirname, '../providers/Queue/Provider')
|
||||
]
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue