Skip to content

Commit

Permalink
Update client/src/api/datasetCollections.ts
Browse files Browse the repository at this point in the history
Co-authored-by: David López <[email protected]>
  • Loading branch information
jmchilton and davelopez authored Apr 15, 2024
1 parent 554c868 commit b896379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/api/datasetCollections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function fetchCollectionDetails(params: { id: string }): Promise<HD
}

/**
* Fetches the details of a collection.
* Fetches the summary information of a collection.
* @param params.id The ID of the collection (HDCA) to fetch.
*/
export async function fetchCollectionSummary(params: { id: string }): Promise<HDCASummary> {
Expand Down

0 comments on commit b896379

Please sign in to comment.