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 17a3c13 commit 2506c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-responses.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
})
.then((output) => {
console.log("output: ", output);
console.log("output: ", output.map(user => `<tr><td>${user.surveyroot}</td><td>${user.surveyselection}</td><td>${user.timestamp}</td></tr>`).join(''));
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 2506c3e

Please sign in to comment.