Skip to content

Commit

Permalink
fix: owner role
Browse files Browse the repository at this point in the history
  • Loading branch information
rlmartin authored Nov 15, 2024
1 parent b9f1651 commit 11d09cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/person.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Organization } from './organization';
export type ZendutyRole = 'owner' | 'admin' | 'user'

const userRoleMap: Map<ZendutyRole, number> = new Map([
['owner', 2],
['owner', 1],
['admin', 2],
['user', 3],
]);
Expand Down

0 comments on commit 11d09cd

Please sign in to comment.