mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-21 09:49:07 +00:00
fix: token check and error unwrapping (#3648)
* fix: token check and error unwrapping * remove unused code
This commit is contained in:
@@ -33,3 +33,7 @@ func (err *NotFoundError) Is(target error) bool {
|
||||
}
|
||||
return err.CaosError.Is(t.CaosError)
|
||||
}
|
||||
|
||||
func (err *NotFoundError) Unwrap() error {
|
||||
return err.CaosError
|
||||
}
|
||||
|
Reference in New Issue
Block a user