Skip to content

Commit

Permalink
fix: import InferConnections from the types
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 19, 2023
1 parent 54a11c2 commit a7ffaca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/config/redis.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
}}}
import env from '#start/env'
import { defineConfig } from '@adonisjs/redis'
import { InferConnections } from '@adonisjs/redis/types'

const redisConfig = defineConfig({
connection: 'main',
Expand Down

0 comments on commit a7ffaca

Please sign in to comment.