Fix build break.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 6911c8047e
commit fc92293da3

@ -31,8 +31,8 @@ class SyncPushTokensJob: NSObject {
// Required to potentially prompt user for notifications settings // Required to potentially prompt user for notifications settings
// before `requestPushTokens` will return. // before `requestPushTokens` will return.
self.pushManager.validateUserNotificationSettings() self.pushManager.validateUserNotificationSettings()
}.then {
return self.requestPushTokens() self.requestPushTokens()
}.then { (pushToken: String, voipToken: String) in }.then { (pushToken: String, voipToken: String) in
var shouldUploadTokens = false var shouldUploadTokens = false

Loading…
Cancel
Save