Skip to content

Commit

Permalink
fix: Tickle file to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrrrl authored Jan 30, 2023
1 parent f567fb3 commit 731d9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/automations/employee-certificate/Code.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const tempFolderId = 'FOLDER_ID'; // Create an empty folder in Google Drive
* Creates a custom menu "Appreciation" in the spreadsheet
* with drop-down options to create and send certificates
*/
function onOpen(e) {
function onOpen() {
const ui = SpreadsheetApp.getUi();
ui.createMenu('Appreciation')
.addItem('Create certificates', 'createCertificates')
Expand Down

0 comments on commit 731d9cf

Please sign in to comment.