Removing engine.ErrDataNotFound in favor of domain.ErrNotFound
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ func (r ratings) SetStar(star bool, ids ...string) error {
|
||||
}
|
||||
continue
|
||||
}
|
||||
return ErrDataNotFound
|
||||
return domain.ErrNotFound
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user