diff --git a/4.2.4-Header-Editor.md b/4.2.4-Header-Editor.md index 6a27c25..f2088e3 100644 --- a/4.2.4-Header-Editor.md +++ b/4.2.4-Header-Editor.md @@ -21,6 +21,6 @@ Execute type: Custom function Code: ```js for (const a in val) { - if (val[a].name.toLowerCase() === 'etag') { val[a].value = ''; } + if (val[a].name.toLowerCase() === 'etag') val[a].value = ''; } ```