fix notification
This commit is contained in:
parent
a3e6a37c1b
commit
a49c4e019f
|
|
@ -48,7 +48,7 @@ class HrEmployee(models.Model):
|
|||
}
|
||||
body = json.dumps({
|
||||
"message": {
|
||||
"token": self.fcm_token_web,
|
||||
"token": self.fcm_token,
|
||||
"notification": notification,
|
||||
"android": {
|
||||
"notification": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue