mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Switch to eslint and fix issues
This commit is contained in:
@@ -16,7 +16,7 @@ import { ReceiverSelectionCast
|
||||
|
||||
export const BRIDGE_TIMEOUT = 5000;
|
||||
|
||||
async function connect (): Promise<Port> {
|
||||
async function connect(): Promise<Port> {
|
||||
const applicationName = await options.get("bridgeApplicationName");
|
||||
const bridgePort = nativeMessaging.connectNative(applicationName) as
|
||||
unknown as Port;
|
||||
|
||||
Reference in New Issue
Block a user