Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Aug 17, 2024
1 parent d019e6c commit b844c4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/models/grid-connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class GridConnection {

set length(newLength) {
this.chips.length = newLength;
return this.chips.length;
}

addChip(chip) {
Expand Down

0 comments on commit b844c4e

Please sign in to comment.