Skip to content

Commit

Permalink
(chore) Remove outdated comment (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandones authored Feb 13, 2024
1 parent e52c2e7 commit 4a9a90e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/esm-patient-orders-app/src/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export const careSettingUuid = '6f0c9a92-6f24-11e3-af88-005056821db0';
* Returns a function which refreshes the patient orders cache. Uses SWR's mutate function.
* Refreshes patient orders for all kinds of orders.
*
* TODO: This isn't working. See https://github.com/vercel/swr/issues/2746
*
* @param patientUuid The UUID of the patient to get an order mutate function for.
*/
export function useMutatePatientOrders(patientUuid: string) {
Expand Down

0 comments on commit 4a9a90e

Please sign in to comment.