diff --git a/webv2/damus.js b/webv2/damus.js
index 4b6de3d..e23f3f6 100644
--- a/webv2/damus.js
+++ b/webv2/damus.js
@@ -46,7 +46,7 @@ function init_home_model() {
}
}
-async function damus_web_init(thread)
+async function damus_web_init()
{
const {RelayPool} = nostrjs
const pool = RelayPool(["wss://relay.damus.io"])
diff --git a/webv2/index.html b/webv2/index.html
index 2200162..0fa2b16 100644
--- a/webv2/index.html
+++ b/webv2/index.html
@@ -45,7 +45,7 @@