mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Fix unhandled error (#4700)
This commit is contained in:
@@ -106,6 +106,10 @@ func (r *queryResolver) FindImages(
|
||||
}
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
ret = &FindImagesResultType{
|
||||
Count: result.Count,
|
||||
Images: images,
|
||||
|
||||
Reference in New Issue
Block a user