diff --git a/CEC 2020 Due Clearance/code.gs b/CEC 2020 Due Clearance/code.gs index f7f9642..21f5e25 100644 --- a/CEC 2020 Due Clearance/code.gs +++ b/CEC 2020 Due Clearance/code.gs @@ -35,7 +35,6 @@ function doGet(e) { html.addMetaTag('viewport', 'width=device-width, initial-scale=1'); html.setXFrameOptionsMode(HtmlService.XFrameOptionsMode.ALLOWALL); return html; - } function searchDelegateByEmail(formData) { @@ -88,7 +87,6 @@ function searchDelegateByEmail(formData) { Logger.log('sheet not found') return ["error", "

Batch details not found! Contact admin.

"]; } - } @@ -103,4 +101,4 @@ function makePDF(res) { var blob = Utilities.newBlob(receipt.evaluate().getContent(), "text/html", "text.html"); var pdf = blob.getAs("application/pdf"); return pdf.getBytes(); -} \ No newline at end of file +}