From 36c1a23e049fd1f7ebe2e68ff02d784b67cd671e Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Tue, 11 Sep 2018 17:20:14 +0300 Subject: [PATCH] fix refactoring leftover --- src/status_im/notifications/core.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/notifications/core.cljs b/src/status_im/notifications/core.cljs index e8cff7ddb0..08f4e13625 100644 --- a/src/status_im/notifications/core.cljs +++ b/src/status_im/notifications/core.cljs @@ -37,7 +37,7 @@ (.onTokenRefresh (.messaging firebase) (fn [x] (log/debug "on-refresh-fcm-token: " x) - (re-frame/dispatch [:notifications/update-fcm-token x])))) + (re-frame/dispatch [:notifications.callback/get-fcm-token-success x])))) ;; TODO(oskarth): Only called in background on iOS right now. ;; NOTE(oskarth): Hardcoded data keys :sum and :msg in status-go right now.