From 1b52a860f3b0b2ecb6fc4c98d1d8207be6810b7b Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 17 Jul 2025 17:55:12 -0500 Subject: [PATCH] No need to talk to other controllers right now --- app/javascript/controllers/notifications_controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/controllers/notifications_controller.js b/app/javascript/controllers/notifications_controller.js index 9d1772ab2..eff1f888d 100644 --- a/app/javascript/controllers/notifications_controller.js +++ b/app/javascript/controllers/notifications_controller.js @@ -54,7 +54,6 @@ export default class extends Controller { .subscribe({ userVisibleOnly: true, applicationServerKey: this.#vapidPublicKey }) .then(subscription => { this.#syncPushSubscription(subscription) - this.dispatch("ready") }) }