mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +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
@@ -19,7 +19,7 @@ const services = new Map();
|
||||
const services_fields = ['base_url', 'interface',
|
||||
'config_data', 'service_name', 'token'];
|
||||
|
||||
const send_change_event = _.debounce(function () {
|
||||
const send_change_event = _.debounce(() => {
|
||||
settings_bots.render_bots();
|
||||
}, 50);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user