Prefix unused variables with an underscore
This commit is contained in:
parent
b89fd604d0
commit
97920ff7f6
3 changed files with 4 additions and 4 deletions
2
state.js
2
state.js
|
@ -486,7 +486,7 @@ export const State = {
|
|||
channel = msg.params[0];
|
||||
|
||||
if (client.isMyNick(msg.prefix.name)) {
|
||||
let [id, update] = State.createBuffer(state, channel, serverID, client);
|
||||
let [_id, update] = State.createBuffer(state, channel, serverID, client);
|
||||
state = { ...state, ...update };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue