Skip to content

Commit f628c64

Browse files
committed
One last fix for the slack inviter
1 parent fe7e619 commit f628c64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

slack/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ <h2 style="margin-top: 30px">Already a member? <a href="https://node-red.slack.c
6666
$.ajax({
6767
type: "POST",
6868
url: 'https://gnh34zyze1.execute-api.eu-west-2.amazonaws.com/default/nodeREDSlackInviter',
69-
data: JSON.stringify({email:$('#e').val()}),
70-
contentType : 'application/json',
69+
data: {email:$('#e').val()},
7170
success: function(data,status) {
7271
$('#go').attr('disabled',false);
7372
if (!data.ok) {

0 commit comments

Comments
 (0)