Skip to content

Commit

Permalink
fix implicit any
Browse files Browse the repository at this point in the history
  • Loading branch information
noahm committed Jan 29, 2024
1 parent 0a58173 commit e31f1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ program
"CODEOWNERS",
)
.action((checkPath, users, options) => {
let codeowners;
let codeowners: Codeowners;

// instantiate new Codeowners obj
try {
Expand Down

0 comments on commit e31f1ee

Please sign in to comment.