mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ui/courier] remove remaining mentions of req.isFetchRequested()
This commit is contained in:
parent
20d55fe602
commit
f5bd5ca0f3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export default function fetchService(Private, Promise) {
|
|||
const INCOMPLETE = Private(ReqStatusProvider).INCOMPLETE;
|
||||
|
||||
const debouncedFetchThese = _.debounce(() => {
|
||||
const requests = requestQueue.get().filter(req => req.isFetchRequested());
|
||||
const requests = requestQueue.get().filter(req => req.isFetchRequestedAndPending());
|
||||
immediatelyFetchThese(requests);
|
||||
}, {
|
||||
wait: 10,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue