Skip to content

Commit

Permalink
fix missing
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Oct 25, 2023
1 parent 8631f6b commit a5e15b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/short-humans-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect-app/infra": patch
---

fix missing
5 changes: 1 addition & 4 deletions packages/infra/_src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ export class ValidationError extends Data.TaggedError("ValidationError")<{ error

export class NotLoggedInError extends Data.TaggedError("NotLoggedInError")<{}> {}

export class UnauthorizedError {
public readonly _tag = "UnauthorizedError"
}

export class UnauthorizedError extends Data.TaggedError("UnauthorizedError")<{}> {}
/**
* The user carries a valid Userprofile, but there is a problem with the login none the less.
*/
Expand Down

0 comments on commit a5e15b4

Please sign in to comment.