mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
lint: Add dangling commas in JavaScript objects.
This commit is contained in:
@@ -31,7 +31,7 @@ function batched_updater(flag, op, immediate) {
|
||||
data: {messages: JSON.stringify(real_msg_ids),
|
||||
op: op,
|
||||
flag: flag},
|
||||
success: on_success
|
||||
success: on_success,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user