Skip to content

Commit

Permalink
fix: eport rbac error class
Browse files Browse the repository at this point in the history
  • Loading branch information
multipliedtwice committed Aug 9, 2024
1 parent 716e0d8 commit 77ed747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export function mapModelAlias(
}

// error
class RBACError extends Error {
export class RBACError extends Error {
operation: string;
status: number;
model: string;
Expand Down

0 comments on commit 77ed747

Please sign in to comment.