Skip to content

Commit

Permalink
fix: remove unused ts ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahetter committed Dec 7, 2024
1 parent fae7b5c commit 285ced4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/status/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const status = async (options: OptionValues, command: BaseCommand) => {
}
const teamsData = {}

// @ts-expect-error TS(7006) FIXME: Parameter 'team' implicitly has an 'any' type.
accounts.forEach((team) => {
// @ts-expect-error TS(7053) FIXME: Element implicitly has an 'any' type because expre... Remove this comment to see the full error message
teamsData[team.name] = team.roles_allowed.join(' ')
Expand Down

0 comments on commit 285ced4

Please sign in to comment.