fix notification

This commit is contained in:
eslamabady 2024-10-02 15:02:22 +03:00
parent a3e6a37c1b
commit a49c4e019f
1 changed files with 1 additions and 1 deletions

View File

@ -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": {