chore: move conf package
This commit is contained in:
@ -12,5 +12,5 @@ var (
|
||||
)
|
||||
|
||||
func IsObjectNotFound(err error) bool {
|
||||
return pkgerr.Cause(err) == ObjectNotFound
|
||||
return errors.Is(pkgerr.Cause(err), ObjectNotFound)
|
||||
}
|
||||
|
Reference in New Issue
Block a user