Merge pull request #1396 from expsa/dev_odex25_mobile

Dev odex25 mobile
This commit is contained in:
eslam 2024-10-02 15:14:02 +03:00 committed by GitHub
commit fa1a0d9e04
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": {