Skip to content

Commit

Permalink
removing unused duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
DonKoko committed Aug 15, 2024
1 parent 485ebf3 commit b2430db
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/routes/_layout+/settings.team.users.$userId.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ import {
import { requirePermission } from "~/utils/roles.server";
import { organizationRolesMap } from "./settings.team";

export type UserFriendlyRoles =
| "Administrator"
| "Owner"
| "Base"
| "Self service";

export const loader = async ({
request,
context,
Expand Down

0 comments on commit b2430db

Please sign in to comment.