Skip to content

Commit

Permalink
Merge pull request #7 from bleib1dj/master
Browse files Browse the repository at this point in the history
Swapping out data for body
  • Loading branch information
bleib1dj authored Sep 3, 2019
2 parents 6664142 + 6090e5a commit 91b3365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/coaching.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default Component.extend({
},
type: "POST",
url: "https://api.nextrelease.io/app/release-coach/",
data: JSON.stringify({
body: JSON.stringify({
email: console.log(this.get('email')),
markdown: console.log(this.get('textarea')),
})
Expand Down

0 comments on commit 91b3365

Please sign in to comment.