mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
Pass ESlint
This commit is contained in:
parent
6f2caffd32
commit
85fd82818f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue