Skip to content

Commit 731d9cf

Browse files
authored
fix: Tickle file to publish
1 parent f567fb3 commit 731d9cf

File tree

1 file changed

+1
-1
lines changed
  • solutions/automations/employee-certificate

1 file changed

+1
-1
lines changed

solutions/automations/employee-certificate/Code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const tempFolderId = 'FOLDER_ID'; // Create an empty folder in Google Drive
2424
* Creates a custom menu "Appreciation" in the spreadsheet
2525
* with drop-down options to create and send certificates
2626
*/
27-
function onOpen(e) {
27+
function onOpen() {
2828
const ui = SpreadsheetApp.getUi();
2929
ui.createMenu('Appreciation')
3030
.addItem('Create certificates', 'createCertificates')

0 commit comments

Comments
 (0)