Skip to content

Commit

Permalink
Update src/auto-check-element.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Keith Cirkel <[email protected]>
  • Loading branch information
srt32 and keithamus authored May 24, 2024
1 parent 443a63a commit af4e0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auto-check-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ async function check(autoCheckElement: AutoCheckElement) {
}

const body = new FormData()
if (isHttpPost) {
if (this.httpMethod) {

Check failure on line 266 in src/auto-check-element.ts

View workflow job for this annotation

GitHub Actions / build

Unexpected 'this'
body.append(csrfField, csrf)
body.append('value', input.value)
} else {
Expand Down

0 comments on commit af4e0a1

Please sign in to comment.