Skip to content

Commit

Permalink
【PAC】feat:新增代码库详情页 #8118
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshewhe committed Oct 30, 2023
1 parent 6fa553c commit 658adfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class RepoPipelineService @Autowired constructor(
triggerType = it.triggerType,
eventType = I18nUtil.getCodeLanMessage(
messageCode = "${CodeEventType.MESSAGE_CODE_PREFIX}_${it.eventType}",
defaultMessage = it.eventType,
defaultMessage = it.eventType
),
taskParams = JsonUtil.to(it.taskParams, object : TypeReference<Map<String, Any>>() {}),
triggerCondition = it.triggerCondition?.let { condition ->
Expand Down

0 comments on commit 658adfe

Please sign in to comment.