Skip to content

Commit

Permalink
Merge pull request #47 from mjmlio/fix-46
Browse files Browse the repository at this point in the history
fix #46
  • Loading branch information
kmcb777 authored Jul 2, 2019
2 parents 1f49df5 + 5055ef9 commit 8bbb15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = function mjml(mjmlEngine, options) {

if (file.isBuffer()) {
const output = file.clone();
const render;
let render;

try {
render = mjmlEngine(file.contents.toString(), localOptions);
Expand Down

0 comments on commit 8bbb15b

Please sign in to comment.