Skip to content

Commit

Permalink
Ageitando algumas coisas no back. - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielSS187 committed Feb 14, 2023
1 parent 20dde63 commit 29f2fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion back-end/src/Errors/TodoErrors.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CustomError } from "./CustomError";
import { CustomError } from "./customError";

export class ErrorTodo extends CustomError {
constructor(
Expand Down
2 changes: 1 addition & 1 deletion back-end/src/Errors/userErrors.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CustomError } from "./CustomError";
import { CustomError } from "./customError";

export class ErrorUser extends CustomError {
constructor(
Expand Down

1 comment on commit 29f2fa0

@vercel
Copy link

@vercel vercel bot commented on 29f2fa0 Feb 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.