Skip to content

Commit

Permalink
perf: 详情页的旧数据兼容下架 #9522
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyin0801 committed Jan 17, 2025
1 parent a484d16 commit 5f5dd07
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,13 @@ class DispatchVMStartupTaskAtom @Autowired constructor(
errorType = ErrorType.SYSTEM,
errorCode = ERROR_PIPELINE_NOT_EXISTS.toInt(),
errorMsg = MessageUtil.getMessageByLocale(
ERROR_PIPELINE_NOT_EXISTS,
I18nUtil.getDefaultLocaleLanguage()
ERROR_PIPELINE_NOT_EXISTS, I18nUtil.getDefaultLocaleLanguage()
),
pipelineId = pipelineId,
buildId = buildId,
taskId = taskId
)
}

val buildRecordContainer = containerBuildRecordService.getRecord(
projectId = projectId,
pipelineId = pipelineId,
Expand Down

0 comments on commit 5f5dd07

Please sign in to comment.