Skip to content

Commit

Permalink
Update task-status.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq authored Dec 2, 2023
1 parent 8b029e9 commit dc4af55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/app/services/client/api/task-status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export function deleteTaskStatusAPI(id: string) {
}

export async function getTaskStatusList(tenantId: string, organizationId: string, organizationTeamId: string | null) {
// return api.get(`/task-statuses?tenantId=${tenantId}&organizationId=${organizationId}&activeTeamId=${activeTeamId}`);
const endpoint = `/task-statuses?tenantId=${tenantId}&organizationId=${organizationId}&organizationTeamId=${organizationTeamId}`;

const data = await get(endpoint, true, { tenantId });
Expand Down

0 comments on commit dc4af55

Please sign in to comment.