Skip to content

Commit

Permalink
fix(): fixed inconsistencies in build
Browse files Browse the repository at this point in the history
  • Loading branch information
juandav committed Apr 4, 2020
1 parent 2d90685 commit 6d041f0
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 547 deletions.
2 changes: 1 addition & 1 deletion lib/adapters/handlebars.adapter.ts
Expand Up @@ -53,7 +53,7 @@ export class HandlebarsAdapter implements TemplateAdapter {
};
};

const { templateName, templatePath } = precompile(
const { templateName } = precompile(
mail.data.template,
callback,
mailerOptions.template,
Expand Down
2 changes: 1 addition & 1 deletion sample/01-basic/package.json
Expand Up @@ -20,7 +20,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs-modules/mailer": "1.3.20",
"@nestjs-modules/mailer": "../../dist",
"@nestjs/common": "7.0.7",
"@nestjs/core": "7.0.7",
"@nestjs/platform-express": "7.0.7",
Expand Down

0 comments on commit 6d041f0

Please sign in to comment.