mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
js: Normalize strings to double quotes.
Prettier would do this anyway, but it’s separated out for a more reviewable diff. Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
06691e1e45
commit
f3726db89a
@@ -3,7 +3,7 @@
|
||||
// modules). Please don't add things here.
|
||||
|
||||
const home_msg_list = new message_list.MessageList({
|
||||
table_name: 'zhome',
|
||||
table_name: "zhome",
|
||||
filter: new Filter([{operator: "in", operand: "home"}]),
|
||||
muting_enabled: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user