Skip to content

Commit 55a86fe

Browse files
author
ammaar-limbada-madetech
authored
Correct queryId to totalHits in ScrollableSearchResultWorkflowSummary (#60)
1 parent bb7fb04 commit 55a86fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/open-api/models/ScrollableSearchResultWorkflowSummary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import type { WorkflowSummary } from './WorkflowSummary';
66

77
export type ScrollableSearchResultWorkflowSummary = {
88
results?: Array<WorkflowSummary>;
9-
queryId?: string;
9+
totalHits?: number;
1010
};
1111

0 commit comments

Comments
 (0)