Skip to content

Commit 8a2dac2

Browse files
CopilotMrAlders0n
andcommitted
Fix absolute path in wardrive.js import statement
Co-authored-by: MrAlders0n <55921894+MrAlders0n@users.noreply.github.com>
1 parent af29f7d commit 8a2dac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/wardrive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - Manual "Send Ping" and Auto mode (interval selectable: 15/30/60s)
66
// - Acquire wake lock during auto mode to keep screen awake
77

8-
import { WebBleConnection } from "/content/mc/index.js"; // your BLE client
8+
import { WebBleConnection } from "./mc/index.js"; // your BLE client
99

1010
// ---- Config ----
1111
const CHANNEL_NAME = "#wardriving"; // change to "#wardrive" if needed

0 commit comments

Comments
 (0)