Skip to content

Commit

Permalink
Merge pull request #38 from pankajjangid05/prod-development
Browse files Browse the repository at this point in the history
Hot fix for notification
  • Loading branch information
pankajjangid05 authored May 22, 2023
2 parents 9c92843 + d20482d commit 26251a4
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 26251a4

Please sign in to comment.