Skip to content

Commit

Permalink
fix: Unused @ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 18, 2024
1 parent 89e7ae1 commit 00811c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bids-validator/src/validators/filenameValidate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ function getEntityByLiteral(
return (
hasProp(entities, key) &&
hasProp(entities[key], 'name') &&
// @ts-expect-error
entities[key].name === fileEntity
)
})
Expand Down

0 comments on commit 00811c9

Please sign in to comment.