Skip to content

Commit

Permalink
Merge pull request #874 from biothings/pf-dryrun
Browse files Browse the repository at this point in the history
add dryrun pathfinder option
  • Loading branch information
tokebe authored Sep 26, 2024
2 parents 56dee41 + fd9d41b commit 5149619
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 @@ -17,6 +17,7 @@ export interface QueryOptions {
submitter?: string;
smartAPIID?: string;
teamName?: string;
dryrun_pathfinder?: boolean;
dryrun?: boolean;
caching?: boolean; // from request url query values
}
Expand Down

0 comments on commit 5149619

Please sign in to comment.