mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
eslint: Add and enable space-unary-ops rule.
Info about rule at https://eslint.org/docs/rules/space-unary-ops.
This commit is contained in:
@@ -63,7 +63,7 @@ function get_messages_success(data, opts) {
|
||||
// don't bother processing the newly arrived messages.
|
||||
return;
|
||||
}
|
||||
if (! data) {
|
||||
if (!data) {
|
||||
// The server occasionally returns no data during a
|
||||
// restart. Ignore those responses and try again
|
||||
setTimeout(function () {
|
||||
|
||||
Reference in New Issue
Block a user