Skip to content

Commit

Permalink
Merge pull request #869 from biothings/creative-pfocr-fix
Browse files Browse the repository at this point in the history
add skip pfocr to query options
  • Loading branch information
tokebe authored Sep 26, 2024
2 parents 19a78d3 + 88f84a9 commit 7c16b9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export interface QueryHandlerOptions extends QueryOptions {
resolveOutputIDs?: boolean;
EDGE_ATTRIBUTES_USED_IN_RECORD_HASH?: string[];
smartapi?: SmartAPIQueryResult;
skipPfocr?: boolean;
}

export interface QueueData {
Expand Down

0 comments on commit 7c16b9e

Please sign in to comment.