From 85fd82818f86a8acbb09955f4e36a3706e576c06 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Mon, 22 Aug 2016 18:47:38 +0100 Subject: [PATCH] Pass ESlint --- src/structures/GuildChannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js index 603c665a7..17e867a64 100644 --- a/src/structures/GuildChannel.js +++ b/src/structures/GuildChannel.js @@ -205,7 +205,7 @@ class GuildChannel extends Channel { payload.id = userOrRole.id; const prevOverwrite = this.permissionOverwrites.get(userOrRole.id); - + if (prevOverwrite) { payload.allow = prevOverwrite.allow; payload.deny = prevOverwrite.deny;