Skip to content

Commit

Permalink
feat:【流水线插件】支持历史大版本下的小版本更新 TencentBlueKing#1841
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyin0801 committed Sep 8, 2021
1 parent 59bb42b commit 9134c42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class UserMarketAtomResourceImpl @Autowired constructor(
}

override fun getNewestAtomInfoByCode(userId: String, atomCode: String): Result<AtomVersion?> {
TODO("Not yet implemented")
return marketAtomService.getNewestAtomInfoByCode(userId, atomCode)
}

override fun getAtomYmlInfo(userId: String, atomCode: String, defaultShowFlag: Boolean?): Result<String?> {
Expand Down

0 comments on commit 9134c42

Please sign in to comment.