Skip to content

Commit cd7d131

Browse files
authored
Fix API repository object format missed (#31118)
Fix #31117
1 parent 858d4f2 commit cd7d131

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)