Skip to content

Commit

Permalink
【PAC】feat:支持从代码库维度查看对应的代码库事件 #8122
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Oct 26, 2023
1 parent 4158736 commit 821a92a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ class PipelineTriggerEventService @Autowired constructor(
listOf()
}

private fun PipelineTriggerEventVo.getI18nReason(language: String):String = getCodeLanMessage(
private fun PipelineTriggerEventVo.getI18nReason(language: String): String = getCodeLanMessage(
messageCode = if (this.reason.isNullOrBlank()) {
PipelineTriggerReason.TRIGGER_SUCCESS.name
} else {
Expand Down

0 comments on commit 821a92a

Please sign in to comment.