Skip to content

Commit

Permalink
Hot fix for notification
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajjangid05 committed May 22, 2023
1 parent 9787884 commit d20482d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ public void accept(XMessageDAO xMessageDAO) {
log.info("XMessage Object saved is with sent user ID >> " + xMessageDAO.getUserId());
count++;
// log.info("Insert Record in Cass : "+count);
logTimeTaken(startTime, 0, "Insert Record in Cass : " + count +" ::: process-end: %d ms");
if (provider.toLowerCase().equals("firebase") && channel.toLowerCase().equals("web")) {
logTimeTaken(startTime, 0, "Insert Record in Cass : " + count + " ::: process-end: %d ms");
}
}
});
} catch (Exception e) {
Expand Down

0 comments on commit d20482d

Please sign in to comment.