Skip to content

Commit

Permalink
refactor: use the .action method params
Browse files Browse the repository at this point in the history
  • Loading branch information
botflux committed Mar 14, 2024
1 parent b24ed08 commit 739219e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function cli () {
formatTime,
snakeCase: convertToSnakeCase,
flattenNested: flattenNestedObjects
} = program.opts<ProgramOptions>()
} = opts

const transport = await createTransport({
includeLevelLabel,
Expand Down

0 comments on commit 739219e

Please sign in to comment.