Skip to content

Commit ce2c4ed

Browse files
committed
fix typo
1 parent bfdfa9a commit ce2c4ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/migrations/migrate.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ func migrateRepository(downloader base.Downloader, uploader base.Uploader, opts
248248
continue
249249
}
250250

251+
// plain comments
251252
var allComments = make([]*base.Comment, 0, commentBatchSize)
252253
for _, pr := range prs {
253254
comments, err := downloader.GetComments(pr.Number)

0 commit comments

Comments
 (0)