We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ddc8c commit 3976ee3Copy full SHA for 3976ee3
1 file changed
src/index.js
@@ -54,9 +54,9 @@ var HTTPSnippet = function (req, lang) {
54
} catch (e) {
55
debug(e);
56
57
- // force back to plain/text
+ // force back to text/plain
58
// if headers have proper content-type value, then this should also work
59
- this.source.postData.mimeType = 'plain/text'
+ this.source.postData.mimeType = 'text/plain'
60
}
61
62
break;
0 commit comments