Skip to content

Commit

Permalink
worker: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Feb 5, 2024
1 parent 8e9a748 commit 1469b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ func (mgr *uploadManager) Stop() {
mgr.mu.Lock()
defer mgr.mu.Unlock()
for _, u := range mgr.uploaders {
u.Stop(errWorkerShutDown)
u.Stop(ErrShuttingDown)
}
}

Expand Down

0 comments on commit 1469b66

Please sign in to comment.