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:
Oskar Thorén 2017-09-09 10:49:57 +02:00 committed by Roman Volosovskyi
parent 51730d2404
commit 60515a01e6
2 changed files with 1 additions and 8 deletions

View File

@ -1,3 +1,3 @@
TESTFAIRY_ENABLED=1
WALLET_WIP_ENABLED=1
NOTIFICATIONS_WIP_ENABLED=1
NOTIFICATIONS_WIP_ENABLED=0

View File

@ -277,10 +277,3 @@
:update-geolocation
(fn [db [_ geolocation]]
(assoc db :geolocation geolocation)))
;; TODO(oskarth): Put this token in DB
(register-handler-fx
:get-fcm-token
(fn [_ _]
(notifications/get-fcm-token)
{}))