Skip to content

Commit

Permalink
fix : update patient queue url (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabahum authored Dec 5, 2023
1 parent a32a349 commit a7c9fd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function usePatientQueuesList(
currentQueueRoomLocationUuid: string,
status: string
) {
const apiUrl = `/ws/rest/v1/patientqueue?v=full&locationFrom=${currentQueueRoomLocationUuid}&status=${status}`;
const apiUrl = `/ws/rest/v1/patientqueue?v=full&room=${currentQueueRoomLocationUuid}&status=${status}`;
return usePatientQueueRequest(apiUrl);
}

Expand Down

0 comments on commit a7c9fd1

Please sign in to comment.