Skip to content

Commit

Permalink
Update organization-team.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq authored Dec 2, 2023
1 parent 3fecfb9 commit 3c54891
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/app/services/client/api/organization-team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ export async function getOrganizationTeamsAPI(organizationId: string, tenantId:

const data = await get(endpoint, true, { tenantId });
return process.env.NEXT_PUBLIC_GAUZY_API_SERVER_URL ? data.data : data;

// return api.get<PaginationResponse<IOrganizationTeamList>>('/organization-team');
}

export function createOrganizationTeamAPI(name: string) {
Expand Down

0 comments on commit 3c54891

Please sign in to comment.