Skip to content

Commit d8cfda8

Browse files
committed
Renamed slack channel
1 parent 7ab8555 commit d8cfda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/contact_me.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $(function() {
104104
$.ajax({
105105
url: "https://hooks.slack.com/services/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",
106106
type: "POST",
107-
data: 'payload=' + JSON.stringify({ "channel" : "#compos",
107+
data: 'payload=' + JSON.stringify({ "channel" : "#submissions",
108108
"text": "A submission from the bitshifters website of type: '" + type + "', url '" + url + "', Name: '" + name + "', Email: '" + email + "', Message: '" + message + "'."
109109
}),
110110
dataType: 'json',

0 commit comments

Comments
 (0)