Skip to content

Commit

Permalink
typo in single channel invites
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Feb 1, 2015
1 parent 8daf03a commit b5568c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slack-invite.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function invite({ org, token, email, channel }, fn){

if (channel) {
data.channel = channel;
data.ultra_retricted = 1;
data.ultra_restricted = 1;
data.set_active = true;
}

Expand Down

0 comments on commit b5568c6

Please sign in to comment.