Skip to content

Commit

Permalink
perf(command): remove async from init command
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed Apr 4, 2017
1 parent 2a04d3e commit 6dcd12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Discord/Commands/GitlabInit.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class GitlabInitCommand extends Command {
});
}

async run(msg, args) {
run(msg, args) {
let channelid = msg.channel.id;
let repo = args[0];
let isPrivate = args[1] && (args[1].toLowerCase() === 'private');
Expand Down

0 comments on commit 6dcd12c

Please sign in to comment.