Skip to content

Commit

Permalink
fix: upgrade types required on handler
Browse files Browse the repository at this point in the history
  • Loading branch information
JonDotsoy committed Oct 30, 2023
1 parent 3af5249 commit 8e6f09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const renderSheet = (date: Date) => {
const makeHelpDialog = function* (
transformOptions: Record<
string,
(nextArgument: () => string | undefined) => void
unknown
>,
optionsLabels: Record<
string,
Expand Down

0 comments on commit 8e6f09c

Please sign in to comment.