Skip to content

Commit b3f53a8

Browse files
Dan JonesDan Jones
authored andcommitted
Remove default options
1 parent 6ae894d commit b3f53a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class QueryAgentSearcher {
133133
}
134134
return {
135135
...mappedResponse,
136-
next: async (options: SearchExecutionOptions = {}) => this.run(options),
136+
next: async (options: SearchExecutionOptions) => this.run(options),
137137
};
138138
}
139139
}

0 commit comments

Comments
 (0)