Fix Flipper lints #2

Summary: Per title.

Reviewed By: timur-valiev

Differential Revision: D30843077

fbshipit-source-id: 1a3f4757518610b8caf41c62af7e27723d0de8d6
This commit is contained in:
Pascal Hartig
2021-09-13 02:31:08 -07:00
committed by Facebook GitHub Bot
parent 50f19ed3a0
commit 1b8da297e3
8 changed files with 22 additions and 14 deletions

View File

@@ -155,6 +155,7 @@ export async function handleClientConnected(store: Store, client: Client) {
payload: client,
});
// eslint-disable-next-line node/no-sync
const device = client.deviceSync;
if (device) {
store.dispatch(selectDevice(device));