Skip to content

Commit

Permalink
ts-ignore -> ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomás Ciccola committed Oct 10, 2024
1 parent d3d8083 commit 1c7d2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faker.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function createFakerSchema(schema) {
return s
}
case 'RemoteDetectionAlert':
// @ts-ignore
// @ts-expect-error
s.properties.geometry = {
//$ref: Geometry.$id,
...deref.dereferenceSync(Geometry),
Expand Down

0 comments on commit 1c7d2ab

Please sign in to comment.