From 507b7c2fa2985ea609e31dfc12e0152889208113 Mon Sep 17 00:00:00 2001 From: Thiago Sanches Date: Tue, 29 Jun 2021 21:11:09 -0300 Subject: [PATCH] Update Actions.gs --- Actions.gs | 1 - 1 file changed, 1 deletion(-) 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(); } -