We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 764f523 + 8b9879e commit 087c921Copy full SHA for 087c921
index.js
@@ -90,6 +90,6 @@ module.exports = function(input, inputMap) {
90
});
91
return;
92
}
93
- callback(null, input.replace(match[0], match[2]), map);
+ callback(null, input.replace(match[0], ''), map);
94
95
0 commit comments