Skip to content

Commit

Permalink
Update task-priorities.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq authored Dec 2, 2023
1 parent 3c54891 commit 10d4e8f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/web/app/services/client/api/task-priorities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,4 @@ export async function getTaskPrioritiesList(
const data = await get(endpoint, true, { tenantId });

return data;

// return api.get(
// `/task-priorities?tenantId=${tenantId}&organizationId=${organizationId}&organizationTeamId=${organizationTeamId}`
// );
}

0 comments on commit 10d4e8f

Please sign in to comment.