Skip to content

Commit

Permalink
add _messageCallback to constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Aug 28, 2024
1 parent 8b95e13 commit f83bb2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/workflows/usb.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class USBWorkflow extends Workflow {
this._partialToken = null;
this._uid = null;
this._readLoopPromise = null;
this._messageCallback = null;
}

async init(params) {
Expand Down

0 comments on commit f83bb2a

Please sign in to comment.