Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Jul 19, 2022
1 parent 1ad64ee commit 5378453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/uci/dao/utils/XMessageDAOUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static XMessageDAO convertXMessageToDAO(XMessage xmsg) {
xmsgDao.setSessionId(xmsg.getSessionId());
xmsgDao.setOwnerOrgId(xmsg.getOwnerOrgId());
xmsgDao.setOwnerId(xmsg.getOwnerId());
xmsgDao.setBotUuid(xmsg.getBotUuid());
xmsgDao.setBotUuid(xmsg.getBotId());

LocalDateTime triggerTime =
LocalDateTime.ofInstant(Instant.ofEpochMilli(xmsg.getTimestamp()),
Expand Down

0 comments on commit 5378453

Please sign in to comment.