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:
@@ -4,8 +4,8 @@ function send_flag_update(message, flag, op) {
|
||||
idempotent: true,
|
||||
data: {
|
||||
messages: JSON.stringify([message.id]),
|
||||
flag: flag,
|
||||
op: op,
|
||||
flag,
|
||||
op,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user