Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zkPorpoise committed Feb 27, 2024
1 parent accf149 commit 17a3c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions my-responses.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
}
})
.then((output) => {
console.log("output: ", output);
return output.map(user => `<tr><td>${user.surveyroot}</td><td>${user.surveyselection}</td><td>${user.timestamp}</td></tr>`).join('');
})
.catch((err) => {
Expand Down

0 comments on commit 17a3c13

Please sign in to comment.