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