mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
eslint: Expand no-unused-vars check to all function parameters.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
95f8ab1626
commit
407c16fc77
@@ -127,7 +127,7 @@ export class TaskData {
|
||||
return event;
|
||||
},
|
||||
|
||||
inbound: (sender_id, data) => {
|
||||
inbound: (_sender_id, data) => {
|
||||
// All message readers may strike/unstrike todo tasks.
|
||||
const key = data.key;
|
||||
if (typeof key !== "string") {
|
||||
|
||||
Reference in New Issue
Block a user