Skip to content

Commit

Permalink
fix backwards compatibility in works api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Sep 14, 2019
1 parent 4987204 commit aa8019b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/works_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def index
provider_id: params[:member_id],
client_id: params[:data_center_id],
prefix: params[:prefix],
person_id: params[:person_id],
researcher_id: params[:person_id],
resource_type_id: params[:resource_type_id],
schema_version: params[:schema_version],
sample_group: sample_group_field,
Expand Down

0 comments on commit aa8019b

Please sign in to comment.