Skip to content

Commit 4459b5c

Browse files
author
Gusted
committed
Remove unannounced feature
1 parent 11bf886 commit 4459b5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/migrations/gitea_uploader.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ func NewGiteaLocalUploader(ctx context.Context, doer *user_model.User, repoOwner
5858
doer: doer,
5959
repoOwner: repoOwner,
6060
repoName: repoName,
61+
labels: make(map[string]*models.Label),
6162
milestones: make(map[string]int64),
6263
issues: make(map[int64]*models.Issue),
6364
prHeadCache: make(map[string]struct{}),

0 commit comments

Comments
 (0)