Skip to content

Commit d6ae2b3

Browse files
GiteaBotlunny
andauthored
Fix API repository object format missed (#31118) (#31132)
Backport #31118 by @lunny Fix #31117 Co-authored-by: Lunny Xiao <[email protected]>
1 parent 447b3e2 commit d6ae2b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/convert/repository.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ func innerToRepo(ctx context.Context, repo *repo_model.Repository, permissionInR
236236
MirrorInterval: mirrorInterval,
237237
MirrorUpdated: mirrorUpdated,
238238
RepoTransfer: transfer,
239+
ObjectFormatName: repo.ObjectFormatName,
239240
}
240241
}
241242

0 commit comments

Comments
 (0)