Skip to content

Commit cf98977

Browse files
authored
remove form destination URL gathering
1 parent d24815a commit cf98977

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

forms/notifications/notification.gs

-2
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ function sendCreatorNotification() {
256256
if (MailApp.getRemainingDailyQuota() > addresses.length) {
257257
var template =
258258
HtmlService.createTemplateFromFile('CreatorNotification');
259-
template.sheet =
260-
DriveApp.getFileById(form.getDestinationId()).getUrl();
261259
template.summary = form.getSummaryUrl();
262260
template.responses = form.getResponses().length;
263261
template.title = form.getTitle();

0 commit comments

Comments
 (0)