Skip to content

Commit

Permalink
Update packages/blueprints/src/AccessControl/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Oak <[email protected]>
  • Loading branch information
trungnotchung and d-roak authored Dec 20, 2024
1 parent e57de4b commit 6fe939d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blueprints/src/AccessControl/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
type Vertex,
} from "@ts-drp/object";

export enum AccessControlConflictResolution {
export enum ACLConflictResolution {
GrantWins = 0,
RevokeWins = 1,
}
Expand Down

0 comments on commit 6fe939d

Please sign in to comment.