Skip to content

Commit

Permalink
remove my headers (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lautenschlager-id authored Jan 12, 2020
1 parent 4662d78 commit e3d5ae3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions google script.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,14 @@ function onSubmit(e) {
"Content-Type": "application/json",
},
"payload": JSON.stringify({
"content": "‌",
"content": "‌", // This is not an empty string
"embeds": [{
"title": "TOP TEXT CHANGE THIS IN SCRIPT",
"fields": items,
"footer": {
"text": "BOTTOM TEXT CHANGE THIS IN SCRIPT"
}
}],
"headers": {
"content-type": "application/json"
}
}]
})
};

Expand Down

0 comments on commit e3d5ae3

Please sign in to comment.