Skip to content

Commit

Permalink
Fix API repository object format missed (#31118) (#31132)
Browse files Browse the repository at this point in the history
Backport #31118 by @lunny

Fix #31117

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
  • Loading branch information
GiteaBot and lunny authored May 28, 2024
1 parent 447b3e2 commit d6ae2b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/convert/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ func innerToRepo(ctx context.Context, repo *repo_model.Repository, permissionInR
MirrorInterval: mirrorInterval,
MirrorUpdated: mirrorUpdated,
RepoTransfer: transfer,
ObjectFormatName: repo.ObjectFormatName,
}
}

Expand Down

0 comments on commit d6ae2b3

Please # to comment.