mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
Linting
This commit is contained in:
parent
a0e3ab22f9
commit
01cf70aa8f
2 changed files with 2 additions and 3 deletions
|
|
@ -125,7 +125,7 @@ type ImageFile implements BaseFile {
|
|||
union VisualFile = VideoFile | ImageFile
|
||||
|
||||
type AudioFile implements BaseFile {
|
||||
# TODO(audio): edit this
|
||||
# TODO(audio): edit this
|
||||
id: ID!
|
||||
path: String!
|
||||
basename: String!
|
||||
|
|
|
|||
|
|
@ -395,7 +395,7 @@ func (t changesetTranslator) relatedGroups(value []models.SceneGroupInput) (mode
|
|||
if err != nil {
|
||||
return models.RelatedGroups{}, err
|
||||
}
|
||||
|
||||
|
||||
return models.NewRelatedGroups(groupsScenes), nil
|
||||
}
|
||||
|
||||
|
|
@ -516,7 +516,6 @@ func (t changesetTranslator) updateGroupIDsBulkAudio(value *BulkUpdateIds, field
|
|||
}, nil
|
||||
}
|
||||
|
||||
|
||||
func groupsDescriptionsFromGroupInput(input []*GroupDescriptionInput) ([]models.GroupIDDescription, error) {
|
||||
ret := make([]models.GroupIDDescription, len(input))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue