search-backend: initialize variable rather than declaring type
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
committed by
MT Lewis
parent
bdbacb3b9c
commit
12b9fb8b34
@@ -114,7 +114,7 @@ export class AuthorizedSearchEngine implements SearchEngine {
|
||||
|
||||
let filteredResults: SearchResult[] = [];
|
||||
let nextPageCursor: string | undefined;
|
||||
let latencyBudgetExhausted: boolean;
|
||||
let latencyBudgetExhausted = false;
|
||||
|
||||
do {
|
||||
const nextPage = await this.searchEngine.query(
|
||||
|
||||
Reference in New Issue
Block a user