Skip to content

Commit

Permalink
Fix tiny lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed May 21, 2024
1 parent bd8bebc commit 792477e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/errors/validation-errors.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { BaseError } from "./base-error";
import { BaseError } from './base-error';

export class AccountError extends BaseError {}

0 comments on commit 792477e

Please sign in to comment.