Skip to content

Commit

Permalink
fix: 制品库匿名访问清理 TencentBlueKing#5354
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxuwan committed Oct 28, 2021
1 parent 0d3c9e4 commit 5a3c7ef
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ import org.springframework.beans.factory.annotation.Autowired
class SampleBuildFileResourceImpl @Autowired constructor(
private val archiveFileService: ArchiveFileService,
private val client: Client
) :
SampleBuildFileResource {
) : SampleBuildFileResource {

override fun acrossProjectCopy(
projectId: String,
Expand Down

0 comments on commit 5a3c7ef

Please sign in to comment.