mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
eslint: Fix unicorn/consistent-destructuring.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
6cd694b8e3
commit
2e501c8667
@@ -314,7 +314,7 @@ class CommonUtils {
|
||||
async send_message(page, type, params) {
|
||||
// If a message is outside the view, we do not need
|
||||
// to wait for it to be processed later.
|
||||
const {outside_view} = params;
|
||||
const outside_view = params.outside_view;
|
||||
delete params.outside_view;
|
||||
|
||||
// Compose box content should be empty before sending the message.
|
||||
|
||||
Reference in New Issue
Block a user