Skip to content

Commit

Permalink
fix(mail): change SparkPost casing to correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Frantz Kati committed Dec 17, 2020
1 parent 7421935 commit 941190e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mail/src/MailManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export class MailManager
* is invoked internally when a new driver instance is required
*/
protected createSparkpost(_: string, config: any) {
const { SparkPostDriver } = require('./drivers/SparkPost')
const { SparkPostDriver } = require('./drivers/Sparkpost')
return new SparkPostDriver(config, this.logger)
}

Expand Down

0 comments on commit 941190e

Please sign in to comment.