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 5c07cc5 commit accf149
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) => {
return data.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) => {
// TODO: put some logic here to surface the error
Expand Down

0 comments on commit accf149

Please sign in to comment.