Skip to content

Commit 8c28a5f

Browse files
authored
Fix typo in headers fetch request (#80)
1 parent c1851d9 commit 8c28a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JetStreamDriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ class Driver {
595595
const content = this.resultsJSON();
596596
await fetch("/report", {
597597
method: "POST",
598-
heeaders: {
598+
headers: {
599599
"Content-Type": "application/json",
600600
"Content-Length": content.length,
601601
"Connection": "close",

0 commit comments

Comments
 (0)