Skip to content
Prev Previous commit
Next Next commit
remove unnecessary line
Signed-off-by: Andrew Thornton <[email protected]>
  • Loading branch information
zeripath committed Oct 16, 2021
commit aee49c3b0c549c35da9c8c5c8eb880e18c664662
1 change: 0 additions & 1 deletion services/mirror/mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ func AddPushMirrorToQueue(mirrorID int64) {
return
}
go func() {

err := mirrorQueue.Push(&SyncRequest{
Type: PullMirrorType,
RepoID: mirrorID,
Expand Down