Skip to content

Commit

Permalink
typo: use var instead of const (#412)
Browse files Browse the repository at this point in the history
Make all code ES5 across the SDK
  • Loading branch information
robberfree authored Aug 11, 2022
1 parent 34ed200 commit ff4cf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/lib/ws.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//node.js deps

//npm deps
const websocket = require('websocket-stream');
var websocket = require('websocket-stream');

//app deps

Expand Down

0 comments on commit ff4cf75

Please sign in to comment.