mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
eslint: Enable prefer-arrow-callback.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
960174408f
commit
a79322bc94
@@ -30,7 +30,7 @@ function resend_message(message, row) {
|
||||
|
||||
function on_error(response) {
|
||||
exports.message_send_error(message.id, response);
|
||||
setTimeout(function () {
|
||||
setTimeout(() => {
|
||||
retry_spinner.toggleClass('rotating', false);
|
||||
}, 300);
|
||||
blueslip.log("Manual resend of message failed");
|
||||
|
||||
Reference in New Issue
Block a user