Skip to content

Commit

Permalink
Bug fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajjangid05 committed Apr 6, 2023
1 parent 2ac68a9 commit fc5b1d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public void accept(Throwable e) {
public void accept(XMessage xMessage) {
if (xMessage.getApp() != null) {
try {
log.info("Outbound convertXMessageToDAO : " + xMessage.toString());
XMessageDAO dao = XMessageDAOUtils.convertXMessageToDAO(xMessage);
redisCacheService.setXMessageDaoCache(xMessage.getTo().getUserID(), dao);
xMessageRepo
Expand Down

0 comments on commit fc5b1d7

Please sign in to comment.