Skip to content

Commit eaeb6c2

Browse files
authored
Update widget.js
1 parent 0f8e1ea commit eaeb6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widget.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function showFile() {
3737
} else {
3838
let reader = new FileReader();
3939
reader.onload = (event) => {
40-
let oas = JSON.parse(event.target.result);
40+
let oas = event.target.result;
4141
fetch("https://idk.blstsecurity.com/create_scan", {
4242
method: "POST",
4343
body: JSON.stringify({ oas }),

0 commit comments

Comments
 (0)