Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdean-digicatapult committed Sep 14, 2023
1 parent d381dd3 commit 740d8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ program
try {
const res: Process.RawPayload[] = await getAll(mapOptions(options))

let transformed = listTransforming(res, options)
const transformed = listTransforming(res, options)
dir(transformed, { depth: null })

process.exit(0)
Expand Down

0 comments on commit 740d8c6

Please sign in to comment.