Fixed Lint suggestions
This commit is contained in:
parent
2a249c4e64
commit
c534699884
|
|
@ -1185,7 +1185,7 @@ type ErrDependencyExists struct {
|
|||
DependencyID int64
|
||||
}
|
||||
|
||||
// IsErrssDependencyExists checks if an error is a ErrDependencyExists.
|
||||
// IsErrDependencyExists checks if an error is a ErrDependencyExists.
|
||||
func IsErrDependencyExists(err error) bool {
|
||||
_, ok := err.(ErrDependencyExists)
|
||||
return ok
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user