Skip to content

Commit

Permalink
fix(api): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbook committed Sep 20, 2023
1 parent a749c9c commit 1900a13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
PrimaryGeneratedColumn,
} from "typeorm";

import { OrganizationRole } from "src/core/authorization";
import { OrganizationRole } from "src/core/authorization/organization-roles.enum";
import { Profile } from "src/features/profiles/infrastructure/entities/profile.entity";

import { Organization } from "./organization.entity";
Expand Down

0 comments on commit 1900a13

Please sign in to comment.