@@ -401,7 +401,7 @@ class NotificationView(View):
})
print('fcm push ing')
print(result)
- return result.status_code
+ return result
def do_apns(self, uid, channel, appBundleId, token_val, event_type, n_time, msg_title,
msg_text):