Skip to content

Commit

Permalink
Update platform.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Dec 30, 2023
1 parent 8985446 commit 4c7dfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
import { API, DynamicPlatformPlugin, Logging, PlatformAccessory } from 'homebridge';
import { CloudflaredTunnelPlatformConfig } from './settings.js';
import { Tunnel, startTunnel, startTunnelAuto } from 'ctun';
import { startTunnelAuto } from 'ctun';
import { execSync } from 'child_process';

/**
Expand Down

0 comments on commit 4c7dfe1

Please sign in to comment.