Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed May 29, 2024
1 parent 5f1b315 commit 492345a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Error/Errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class UnknownTypeError extends BaseError {
constructor(readonly type: BaseType) {
super({
code: 101,
messageText: `Unknown type "${type?.getId()}"`,
messageText: `Unknown type "${type.getId()}"`,
});
}
}
Expand Down

0 comments on commit 492345a

Please sign in to comment.