We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fc7695 + 420df1b commit 6559997Copy full SHA for 6559997
2 files changed
dist/index.js
@@ -4592,7 +4592,7 @@ function toValue(val) {
4592
}
4593
4594
const value = val.trim();
4595
- if (value === '_no response_') {
+ if (value.toLowerCase() === '_no response_') {
4596
return '';
4597
4598
return value;
index.js
@@ -43,7 +43,7 @@ function toValue(val) {
43
44
45
46
47
48
49
0 commit comments