Skip to content

Commit

Permalink
testing upload fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bkop-ds committed Oct 1, 2024
1 parent cac7b8e commit 1890227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/dataRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -1956,8 +1956,8 @@ export const dataForm = async () => {
const data = new FormData(eventtest.target);

const formJSON = Object.fromEntries(data.entries());
const results = document.querySelector(".results pre");
results.innerText = JSON.stringify(formJSON, null, 2);
//const results = document.querySelector(".results pre");
//results.innerText = JSON.stringify(formJSON, null, 2);
// fs.wrtieFile('test.json', formJSON);
await generateWord(formJSON);
btn.classList.toggle("buttonsubmit--loading");
Expand Down

0 comments on commit 1890227

Please sign in to comment.