Skip to content

Commit

Permalink
Update api.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Jun 26, 2023
1 parent b735632 commit 4e5df54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export async function tryFetch(url, fallBack = "N/A") {
export function useBeaconQuery(queryData) {
return useProgenetixApi(
queryData
? `${SITE_DEFAULTS.API_PATH}beacon/biosamples/?includeHandovers=true&requestedGranularity=record&onlyHandovers=tru&${buildQueryParameters(queryData)}`
? `${SITE_DEFAULTS.API_PATH}beacon/biosamples/?includeHandovers=true&requestedGranularity=record&onlyHandovers=true&${buildQueryParameters(queryData)}`
: null
)
}
Expand Down

0 comments on commit 4e5df54

Please sign in to comment.