diff --git a/Actions.gs b/Actions.gs index c6c3109..730e914 100644 --- a/Actions.gs +++ b/Actions.gs @@ -195,4 +195,3 @@ function getPDFforReceipt(peopleObject, totalValue, totalDays, totalFormattedDay DriveApp.getFileById(newReceiptDocumentId).setTrashed(true); return folder.createFile(blob).getUrl(); } -