Skip to content

Commit

Permalink
minor type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Sep 19, 2024
1 parent 6655e13 commit 4849244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kicad-pcb/kicad-pcb-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ function parseVia(sexpr: SExpr): Via {
drill: 0,
layers: [],
net: 0,
uuid: "",
}

for (let i = 1; i < sexpr.length; i++) {
Expand Down

0 comments on commit 4849244

Please sign in to comment.