Skip to content

Commit

Permalink
refactor: extends type in the provider
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Oct 11, 2023
1 parent 7068a62 commit 03745fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
* file that was distributed with this source code.
*/

import './src/types/extended.js'

export { configure } from './configure.js'
export { Transmit } from './src/transmit.js'
export { RedisTransport } from './src/transports/redis_transport.js'
Expand Down
1 change: 1 addition & 0 deletions providers/transmit_provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* file that was distributed with this source code.
*/

import '../src/types/extended.js'
import { Transmit } from '../src/transmit.js'
import { RedisTransport } from '../src/transports/redis_transport.js'
import type { ApplicationService } from '@adonisjs/core/types'
Expand Down

0 comments on commit 03745fa

Please sign in to comment.