Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
WithoutPants committed Jun 16, 2022
1 parent a62f531 commit d94fa76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/scraper/stashbox/stash_box.go
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,8 @@ func (c Client) SubmitSceneDraft(ctx context.Context, sceneID int, endpoint stri
var stashID *string
for _, v := range stashIDs {
if v.Endpoint == endpoint {
stashID = &v.StashID
vv := v.StashID
stashID = &vv
break
}
}
Expand Down

0 comments on commit d94fa76

Please sign in to comment.