Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jabahum committed Jan 10, 2024
1 parent 50a2e92 commit ada9fdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useEffect, useState } from 'react';

export function usePatientQueuesListByStatus(status: string) {
const apiUrl = `/ws/rest/v1/patientqueue?v=full&status=${status}`;
return usePatientQueueRequest(apiUrl);
return usePatientQueueRequest(apiUrl, '');
}

export function usePatientQueuesByParentLocation(status: string) {
Expand Down

0 comments on commit ada9fdc

Please sign in to comment.