Skip to content

Commit

Permalink
fix: second linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljpwtg committed Feb 5, 2025
1 parent 1d3000b commit e8ef4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/servertcp_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ function _handleReadInputRegisters(requestBuffer, vector, unitID, callback) {
}
});
} else {
let values
let values;

try {
values = vector.getMultipleInputRegisters(address, length, unitID);
Expand Down

0 comments on commit e8ef4da

Please sign in to comment.