Skip to content

Commit

Permalink
Merge pull request #306 from MauroDataMapper/feature/gh-258
Browse files Browse the repository at this point in the history
gh-258: New tests for my-request-detail
  • Loading branch information
pjmonks authored Mar 16, 2023
2 parents 01b66ef + ee5cac2 commit 025fdd6
Show file tree
Hide file tree
Showing 4 changed files with 824 additions and 388 deletions.
3 changes: 2 additions & 1 deletion src/app/data-explorer/data-requests.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ export class DataRequestsService {
* Gets a single data requests as a {@link DataRequest} object.
*
* @param id The unique identifier of the data request.
* @returns an observable containing an array of data requests
* @returns an observable containing {@link DataRequest}
* @throws the underlaying API may return a {@link HttpErrorResponse}
*/
get(id: Uuid): Observable<DataRequest> {
return this.dataModels
Expand Down
Loading

0 comments on commit 025fdd6

Please sign in to comment.