diff options
Diffstat (limited to 'modules/doctor/fix16961.go')
-rw-r--r-- | modules/doctor/fix16961.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/doctor/fix16961.go b/modules/doctor/fix16961.go index e241838068..92c77ba80f 100644 --- a/modules/doctor/fix16961.go +++ b/modules/doctor/fix16961.go @@ -268,7 +268,7 @@ func fixBrokenRepoUnits16961(ctx context.Context, logger log.Logger, autofix boo count := 0 err := db.Iterate( - db.DefaultContext, + ctx, new(RepoUnit), builder.Gt{ "id": 0, |