mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
eslint: Add key-spacing linter rule.
Apparently, we didn't have one of these, and thus had a moderate number of generally very old violations in the codebase. Fix this and clear the ones that exist..
This commit is contained in:
@@ -206,9 +206,9 @@ exports.set_up = function () {
|
||||
|
||||
// Populate users and bots tables
|
||||
channel.get({
|
||||
url: '/json/users',
|
||||
url: '/json/users',
|
||||
idempotent: true,
|
||||
timeout: 10 * 1000,
|
||||
timeout: 10 * 1000,
|
||||
success: exports.on_load_success,
|
||||
error: failed_listing_users,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user