mirror of
https://github.com/stashapp/stash.git
synced 2026-03-30 18:11:28 +02:00
Lint
This commit is contained in:
parent
2f08089747
commit
78eec7a8d6
1 changed files with 2 additions and 1 deletions
|
|
@ -244,7 +244,8 @@ func (s *Manager) Scan(ctx context.Context, input ScanMetadataInput) (int, error
|
|||
subscriptions: s.scanSubs,
|
||||
}
|
||||
|
||||
scanJob.Execute(ctx, progress)
|
||||
// scan job does not return error
|
||||
_ = scanJob.Execute(ctx, progress)
|
||||
|
||||
// close task queue
|
||||
taskQueue.Close()
|
||||
|
|
|
|||
Loading…
Reference in a new issue