Remove default channels

This commit is contained in:
Matthew Stanciu 2020-06-18 10:24:05 -04:00 committed by GitHub
parent 2930c843d6
commit 51b5a2e93f

View file

@ -42,7 +42,6 @@ export default async (req, res) => {
`email=${data.email}`,
`token=${process.env.SLACK_LEGACY_TOKEN}`,
`real_name=${data.name}`,
'channels=C015ZDB0GRF,C015LQDP2Q2,C01504DCLVD',
'restricted=true',
'resend=true'
].join('&')