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 33ae3b2 commit a749c9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { OrganizationRole } from "src/core/authorization";
import { OrganizationRole } from "src/core/authorization/organization-roles.enum";

export class OrganizationMemberDetails {
joinedAt!: string;
Expand Down

0 comments on commit a749c9c

Please sign in to comment.