Skip to content

Commit 0766362

Browse files
committed
fix: update EMAIL_SCRIPT_URL to new Apps Script deployment
1 parent 1820be6 commit 0766362

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

changelogs/CHANGELOG-email-url.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Update Email Script URL
2+
- Updated EMAIL_SCRIPT_URL to new Apps Script deployment

js/cloud-share.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@
846846
});
847847

848848
// --- Email to Self ---
849-
var EMAIL_SCRIPT_URL = 'https://script.google.com/macros/s/AKfycbzpcI39pMZ5pOqjblsq-uFBxCZZ8ODfStnnVzrTRf4FAUUrJDnHJVR9winiF7zVmBDNCw/exec';
849+
var EMAIL_SCRIPT_URL = 'https://script.google.com/macros/s/AKfycbxXi8chA2zot_-MajrJ7-j2mW6ESLqjiI5AlebxgjWopl-ENFFNdVETvRbvI0TvP3dtZQ/exec';
850850
var emailInput = document.getElementById('share-email-input');
851851
var emailSubjectInput = document.getElementById('share-email-subject');
852852
var emailSendBtn = document.getElementById('share-email-send');

0 commit comments

Comments
 (0)