mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Ran formatter and fixed some lint issues
This commit is contained in:
@@ -16,7 +16,7 @@ func (r *queryResolver) FindStudios(ctx context.Context, filter *models.FindFilt
|
||||
qb := models.NewStudioQueryBuilder()
|
||||
studios, total := qb.Query(filter)
|
||||
return models.FindStudiosResultType{
|
||||
Count: total,
|
||||
Count: total,
|
||||
Studios: studios,
|
||||
}, nil
|
||||
}
|
||||
@@ -24,4 +24,4 @@ func (r *queryResolver) FindStudios(ctx context.Context, filter *models.FindFilt
|
||||
func (r *queryResolver) AllStudios(ctx context.Context) ([]models.Studio, error) {
|
||||
qb := models.NewStudioQueryBuilder()
|
||||
return qb.All()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user