enable changes based on template, refactor newSku

This commit is contained in:
Ben Miller
2024-11-04 21:48:31 -07:00
parent 20a5e738f7
commit 7316ba08d7
4 changed files with 29 additions and 10 deletions

View File

@ -1,5 +1,5 @@
/// <reference types="@types/google-apps-script" />
function onEdit(e: GoogleAppsScript.Events.SheetsOnEdit) {
newSku(e)
newSkuHandler(e)
}