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
@@ -147,7 +147,7 @@ exports.update_messages = function update_messages(events) {
|
||||
|
||||
const new_topic = util.get_edit_event_topic(event);
|
||||
|
||||
const {new_stream_id} = event;
|
||||
const new_stream_id = event.new_stream_id;
|
||||
|
||||
// A topic edit may affect multiple messages, listed in
|
||||
// event.message_ids. event.message_id is still the first message
|
||||
|
||||
Reference in New Issue
Block a user