We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f567fb3 commit 731d9cfCopy full SHA for 731d9cf
solutions/automations/employee-certificate/Code.js
@@ -24,7 +24,7 @@ const tempFolderId = 'FOLDER_ID'; // Create an empty folder in Google Drive
24
* Creates a custom menu "Appreciation" in the spreadsheet
25
* with drop-down options to create and send certificates
26
*/
27
-function onOpen(e) {
+function onOpen() {
28
const ui = SpreadsheetApp.getUi();
29
ui.createMenu('Appreciation')
30
.addItem('Create certificates', 'createCertificates')
0 commit comments