Skip to content

Commit

Permalink
Remove private channel restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
Archit404Error committed Sep 5, 2023
1 parent 81a4f5a commit 444112f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const sendFormDM = async (form: Form, userEmails: string[]) => {
channelTitle = `${channelTitle}-fa23-reminder`;
const response = await slackbot.client.conversations.create({
name: channelTitle,
is_private: true,
});

if (!response.ok) {
Expand Down

0 comments on commit 444112f

Please sign in to comment.