Merge pull request #1393 from expsa/fix-notification

fix notification
This commit is contained in:
eslam 2024-10-02 15:11:26 +03:00 committed by GitHub
commit b657ec2be1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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": {