mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-22 01:57:04 +08:00
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