mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
lint: Fix many no-unused-vars eslint rule violations.
These have been carefully audited by tabbott to ensure they are unlikely to cause regressions.
This commit is contained in:
@@ -36,7 +36,7 @@ var exports = {};
|
||||
subscriptions: JSON.stringify([stream_name])
|
||||
}
|
||||
}).then(
|
||||
function (data) {
|
||||
function () {
|
||||
$status_message.hide();
|
||||
}, function (xhr) {
|
||||
ui.report_error(i18n.t("Error removing subscription"), xhr, $status_message);
|
||||
|
||||
Reference in New Issue
Block a user