Skip to content

Commit

Permalink
Update src/hooks/useTransport.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas authored Sep 3, 2021
1 parent b059c5d commit ffcfa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useTransport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const getTransportFromType = async (
},
});
}
public async close() {
public close() {
intermediateTransport.unsubscribe();
intermediateTransport.sendData({
internalID: 0,
Expand Down

0 comments on commit ffcfa0e

Please sign in to comment.