mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[courier/looper] no single-letter variables
This commit is contained in:
parent
3b4e3a687b
commit
4b1dbf8413
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export default function SearchLooperService(Private, Promise, Notifier, $rootSco
|
|||
// the requests complete, but we want to continue even if
|
||||
// the requests abort so we make our own
|
||||
fetch.these(requests);
|
||||
return Promise.all(requests.map(r => r.getCompleteOrAbortedPromise()));
|
||||
return Promise.all(requests.map(request => request.getCompleteOrAbortedPromise()));
|
||||
});
|
||||
|
||||
searchLooper.onHastyLoop = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue