mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
js: Use ES6 object literal shorthand syntax.
Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -76,10 +76,10 @@ exports.sort_groups = function (streams, search_term) {
|
||||
}
|
||||
|
||||
return {
|
||||
same_as_before: same_as_before,
|
||||
pinned_streams: pinned_streams,
|
||||
normal_streams: normal_streams,
|
||||
dormant_streams: dormant_streams,
|
||||
same_as_before,
|
||||
pinned_streams,
|
||||
normal_streams,
|
||||
dormant_streams,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user