Skip to content

Commit 816d1b8

Browse files
committed
Fix eslint
1 parent 3600296 commit 816d1b8

File tree

1 file changed

+2
-2
lines changed
  • readthedocs/core/static-src/core/js/doc-embed

1 file changed

+2
-2
lines changed

readthedocs/core/static-src/core/js/doc-embed/search.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ function attach_elastic_search_query(data) {
104104
},
105105
complete: function (resp, status_code) {
106106
if (
107-
status_code !== 'success' ||
108-
typeof (resp.responseJSON) === 'undefined' ||
107+
status_code !== 'success' ||
108+
typeof (resp.responseJSON) === 'undefined' ||
109109
resp.responseJSON.count === 0
110110
) {
111111
return search_def.reject();

0 commit comments

Comments
 (0)