Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
LIVE-545 fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
grsoares21 committed May 9, 2022
1 parent e63ec06 commit ea8c5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-hid/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type DeviceObj = {
const disconnectedErrors = [
"I/O error",
"Attempt to invoke virtual method 'int android.hardware.usb.UsbDevice.getDeviceClass()' on a null object reference",
"Invalid channel"
"Invalid channel",
];

const listLedgerDevices = async () => {
Expand Down

0 comments on commit ea8c5bd

Please sign in to comment.