change application.properties

This commit is contained in:
heyethereum
2024-08-18 16:59:47 +08:00
parent a1fee3bbe4
commit 115423c77c

View File

@@ -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);