Skip to content

Commit 05400d1

Browse files
authored
Update search_interceptor.ts
1 parent b9bbbdb commit 05400d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/data/public/search/search_interceptor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ export class SearchInterceptor {
169169
// Get a combined `AbortSignal` that will be aborted whenever the first of the following occurs:
170170
// 1. The user manually aborts (via `cancelPending`)
171171
// 2. The request times out
172-
// 3. abort() is called on `selfAbortController`. This is used by session service to abort all pending searches that it tracks.
173-
// to cancel searches that belong to the currently tracked session
172+
// 3. abort() is called on `selfAbortController`. This is used by session service to abort all pending searches that it tracks
173+
// in the current session
174174
// 4. The passed-in signal aborts (e.g. when re-fetching, or whenever the app determines)
175175
const signals = [
176176
this.abortController.signal,

0 commit comments

Comments
 (0)