Skip to content

Commit

Permalink
fix BrAPI observation search endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
timparsons committed Aug 31, 2023
1 parent db87e84 commit d454569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CXGN/BrAPI/v2/Observations.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sub search {
{
bcs_schema=>$self->bcs_schema,
data_level=>$observation_level,
trial_list=>$trial_ids,
trial_list=>$study_ids_arrayref,
folder_list=>$trial_ids_arrayref,
include_timestamp=>1,
year_list=>$season_arrayref,
Expand Down

0 comments on commit d454569

Please sign in to comment.