Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #142 from tsheils/development
Browse files Browse the repository at this point in the history
fix common reaction query
  • Loading branch information
johnbraisted authored Apr 30, 2024
2 parents 9686b29 + 6ef177f commit d2189de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/ramp-server/plumber.R
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ function(analyte) {
analytes_df <- RaMP::rampFastCata(
db = rampDB,
analytes = analyte,
namesOrIds = "ids"
NamesOrIds = "ids"
)
},
error = function(cond) {
Expand Down
2 changes: 1 addition & 1 deletion apps/ramp-server/ramp_openapi_with_extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ paths:
type: array
items:
type: string
namesOrIds:
NamesOrIds:
type: string
enum: ['name', 'ids']
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ paths:
type: array
items:
type: string
namesOrIds:
NamesOrIds:
type: string
enum: ['name', 'ids']
required: false
Expand Down

0 comments on commit d2189de

Please sign in to comment.