mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
js: Normalize strings to double quotes.
Prettier would do this anyway, but it’s separated out for a more reviewable diff. Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
06691e1e45
commit
f3726db89a
@@ -11,7 +11,7 @@ exports.get_streams = function () {
|
||||
};
|
||||
|
||||
function filter_streams_by_search(streams, search_term) {
|
||||
if (search_term === '') {
|
||||
if (search_term === "") {
|
||||
return streams;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user