Skip to content

Commit

Permalink
Update Actions.gs
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagosanches authored Jun 30, 2021
1 parent 64a1488 commit 507b7c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Actions.gs
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,3 @@ function getPDFforReceipt(peopleObject, totalValue, totalDays, totalFormattedDay
DriveApp.getFileById(newReceiptDocumentId).setTrashed(true);
return folder.createFile(blob).getUrl();
}

0 comments on commit 507b7c2

Please sign in to comment.