Prefix unused variables with an underscore
This commit is contained in:
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 };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user