Skip to content

Commit

Permalink
Fixed defined but never used warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz authored Aug 16, 2024
1 parent 733c588 commit 97e3eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Simple.prototype.setStringProperty = function(value) {
/**
* Starts a request for a value
*/
Simple.prototype.startValueRequest = function(value) {
Simple.prototype.startValueRequest = function() {
return this.invoke({
"method": "startValueRequest"
});
Expand Down

0 comments on commit 97e3eed

Please sign in to comment.