Skip to content

Commit

Permalink
fixed duplicated digest issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DaKingKong committed Apr 14, 2022
1 parent dd8c040 commit 02d85bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ringcentral-google-drive-notification-add-in",
"version": "0.1.12",
"version": "0.1.13",
"description": "RingCentral Add-In App",
"keywords": [
"RingCentral",
Expand Down
4 changes: 2 additions & 2 deletions src/refreshGoogleSubCron.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function refreshSubscription() {
}
}

// Commented out for local testing
refreshSubscription()
// Commented out. It's for local testing
// refreshSubscription()

exports.app = refreshSubscription;
4 changes: 2 additions & 2 deletions src/triggerDigestCron.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function triggerDigest() {
}
}

// Commented out for local testing
triggerDigest()
// Commented out. It's for local testing
// triggerDigest()

exports.app = triggerDigest;

0 comments on commit 02d85bd

Please sign in to comment.