Skip to content

Commit

Permalink
self review nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Apr 19, 2023
1 parent b0285e9 commit 07a919d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export function summarizeWorkpads(workpadDocs: CanvasWorkpad[]): WorkpadTelemetr
}

const workpadCollector: TelemetryCollector = async function (getIndexForType, esClient) {
const index = await getIndexForType('canvas-workpad');
const index = await getIndexForType(CANVAS_TYPE);
const searchParams = {
size: 10000, // elasticsearch index.max_result_window default value
index,
Expand Down

0 comments on commit 07a919d

Please sign in to comment.