Skip to content

Commit

Permalink
[stream] 优化大仓触发耗时 TencentBlueKing#10861
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyiduan committed Aug 23, 2024
1 parent 26f8fc3 commit e75cd74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class UserMessageConsumer @Autowired constructor(
userId = v.userId,
messageId = v.messageId,
messageType = UserMessageType.parse(v.messageType),
messageTitle = v.messageTitle,
messageTitle = v.messageTitle
)
}
}
Expand Down

0 comments on commit e75cd74

Please sign in to comment.