mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +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
@@ -242,7 +242,7 @@ test_ui("send_message", ({override, override_rewire, mock_template}) => {
|
||||
})();
|
||||
|
||||
// This is the additional setup which is common to both the tests below.
|
||||
override(transmit, "send_message", (payload, success, error) => {
|
||||
override(transmit, "send_message", (_payload, _success, error) => {
|
||||
stub_state.send_msg_called += 1;
|
||||
error("Error sending message: Server says 408");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user