Skip to content

Commit

Permalink
Fix broken invocation of optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
George Hicken committed Feb 20, 2024
1 parent dcda1b4 commit 925185d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worksheet/common.gs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ function onOpen() {
.addItem("Export Active Sheet(Censored)", "serializeActiveCensored")
.addItem("Export Active Sheet (Debug)", "serializeActiveDebug")
.addSeparator()
.addItem("Optimize per-lot selection", optimize)
.addItem("Optimize per-lot selection", "optimize")
.addToUi()
}

0 comments on commit 925185d

Please sign in to comment.