We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dad310 commit 6070a77Copy full SHA for 6070a77
src/core/indexer.ts
@@ -198,6 +198,7 @@ export class Indexer {
198
const context = await DirectContext.create({
199
apiKey: this.apiKey,
200
apiUrl: this.apiUrl,
201
+ clientUserAgent: this.clientUserAgent,
202
});
203
204
// Fetch all files from source
@@ -261,6 +262,7 @@ export class Indexer {
261
262
const context = await DirectContext.import(previousState.contextState, {
263
264
265
266
267
268
// Remove deleted files
0 commit comments