Skip to content

Commit c9c4ea1

Browse files
committed
fix: restore clientUserAgent in DirectContext.import()
Agent-Id: agent-42c9e35e-86c9-4eea-abf2-253ad24da923
1 parent c9eed14 commit c9c4ea1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/clients/search-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export class SearchClient {
169169
this.context = await DirectContext.import(this.state.contextState, {
170170
apiKey: this.apiKey,
171171
apiUrl: this.apiUrl,
172+
clientUserAgent: this.clientUserAgent,
172173
});
173174
}
174175

0 commit comments

Comments
 (0)