v5 board.get_pins returns pins on sections in addition to pins on the main board. v3 board.get_pins only returns pins on the main board. The python code handled this case properly, but was not translated correctly to nodejs. This PR corrects the nodejs behavior for the code in copy_board and get_board that uses board.get_pins.
v5 board.get_pins returns pins on sections in addition to pins on the main board. v3 board.get_pins only returns pins on the main board. The python code handled this case properly, but was not translated correctly to nodejs. This PR corrects the nodejs behavior for the code in copy_board and get_board that uses board.get_pins.