No need to talk to other controllers right now

This commit is contained in:
Jason Zimdars
2025-07-17 17:55:12 -05:00
parent 347e41037f
commit 1b52a860f3
@@ -54,7 +54,6 @@ export default class extends Controller {
.subscribe({ userVisibleOnly: true, applicationServerKey: this.#vapidPublicKey })
.then(subscription => {
this.#syncPushSubscription(subscription)
this.dispatch("ready")
})
}