Skip to content

Commit 6827b65

Browse files
author
Kristján Oddsson
authored
Remove semi-colon
1 parent a1bf41a commit 6827b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default class AutoCheckElement extends HTMLElement {
9292
}
9393

9494
set csrfField(value: string) {
95-
this.setAttribute('csrf-field', value);
95+
this.setAttribute('csrf-field', value)
9696
}
9797
}
9898

0 commit comments

Comments
 (0)