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 27, 2023
1 parent d56ddc0 commit 6493faa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class TGitIssueTriggerHandler(

override fun getEventDesc(event: GitIssueEvent): String {
return I18Variable(
code = getI18Code(event),
code = getI18Code(event),
params = listOf(
"${event.objectAttributes.url}",
event.objectAttributes.iid,
Expand Down

0 comments on commit 6493faa

Please sign in to comment.