Skip to content

Commit

Permalink
GH-54 log Sanity op results in lambda function
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jul 14, 2020
1 parent 00cbb94 commit e96b3a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/submission-created.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ exports.handler = async (event) => {
.setIfMissing({ reviews: [] })
.append('reviews', [parseInt(ratingAsString, 10)])
.commit();
console.log('Reviews updated', result);

await fetch(SLACK_WEBHOOK_URL, {
headers: {
Expand Down

0 comments on commit e96b3a1

Please sign in to comment.