Use getter

This commit is contained in:
Drew Gross
2016-03-24 20:59:50 -07:00
parent ec35c39724
commit 7cdf85b367
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ export class FeaturesRouter extends PromiseRouter {
from: false,
},
push: {
immediatePush: req.config.pushController.pushIsAvailable(),
immediatePush: req.config.pushController.pushIsAvailable,
scheduledPush: false,
storedPushData: false,
pushAudiences: false,