Skip to content

Commit

Permalink
ESLint pls >.>
Browse files Browse the repository at this point in the history
  • Loading branch information
amishshah committed Apr 29, 2017
1 parent f7d6599 commit 5b2ca32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/actions/GuildRoleUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class GuildRoleUpdateAction extends Action {
handle(data) {
const client = this.client;
const guild = client.guilds.get(data.guild_id);

if (guild) {
const roleData = data.role;
let oldRole = null;
Expand Down

0 comments on commit 5b2ca32

Please sign in to comment.