Skip to content

Commit

Permalink
added as any to type passed into autorouting dataset function
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiboSoftwareDev committed Sep 24, 2024
1 parent fd3b17e commit e6eabbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/primitive-components/Net.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export class Net extends PrimitiveComponent<typeof netProps> {
Bport.source_port_id!,
],
} as SourceTrace,
]),
]) as any, // Remove as any when autorouting-dataset has been updated
)

const trace = solution[0]
Expand Down

0 comments on commit e6eabbe

Please sign in to comment.