Turn off NOTIFICATIONS_WIP_ENABLED for Jenkins; remove dup event
- After testing we don't need to expose this WIP with popups etc - get-fcm-token event was accidentally included twice during rebase leading to warnings
This commit is contained in:
parent
51730d2404
commit
60515a01e6
|
@ -1,3 +1,3 @@
|
||||||
TESTFAIRY_ENABLED=1
|
TESTFAIRY_ENABLED=1
|
||||||
WALLET_WIP_ENABLED=1
|
WALLET_WIP_ENABLED=1
|
||||||
NOTIFICATIONS_WIP_ENABLED=1
|
NOTIFICATIONS_WIP_ENABLED=0
|
|
@ -277,10 +277,3 @@
|
||||||
:update-geolocation
|
:update-geolocation
|
||||||
(fn [db [_ geolocation]]
|
(fn [db [_ geolocation]]
|
||||||
(assoc db :geolocation geolocation)))
|
(assoc db :geolocation geolocation)))
|
||||||
|
|
||||||
;; TODO(oskarth): Put this token in DB
|
|
||||||
(register-handler-fx
|
|
||||||
:get-fcm-token
|
|
||||||
(fn [_ _]
|
|
||||||
(notifications/get-fcm-token)
|
|
||||||
{}))
|
|
||||||
|
|
Loading…
Reference in New Issue