Fix API repository object format missed (#31118) (#31132)

Backport #31118 by @lunny

Fix #31117

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
pull/31133/head
Giteabot 9 months ago committed by GitHub
parent 447b3e2475
commit d6ae2b3c4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      services/convert/repository.go

@ -236,6 +236,7 @@ func innerToRepo(ctx context.Context, repo *repo_model.Repository, permissionInR
MirrorInterval: mirrorInterval,
MirrorUpdated: mirrorUpdated,
RepoTransfer: transfer,
ObjectFormatName: repo.ObjectFormatName,
}
}

Loading…
Cancel
Save