change application.properties
This commit is contained in:
@@ -155,7 +155,7 @@ public class GmailService {
|
|||||||
String nextPageToken = null;
|
String nextPageToken = null;
|
||||||
UserEntity userEntity = userService.getUserByIdForGmail(userId);
|
UserEntity userEntity = userService.getUserByIdForGmail(userId);
|
||||||
BigInteger historyId = userEntity.getGmailHistoryId();
|
BigInteger historyId = userEntity.getGmailHistoryId();
|
||||||
|
logger.info("history id: {}", historyId);
|
||||||
// Fetch history if historyId is not 0 (Default db value)
|
// Fetch history if historyId is not 0 (Default db value)
|
||||||
if (historyId.compareTo(BigInteger.ZERO) != 0) {
|
if (historyId.compareTo(BigInteger.ZERO) != 0) {
|
||||||
logger.info("HistoryId from db: {}", historyId);
|
logger.info("HistoryId from db: {}", historyId);
|
||||||
|
|||||||
Reference in New Issue
Block a user