Merge branch 'dev_odex25_mobile' of https://github.com/expsa/odex25-standard-modules into bakry_mobile

This commit is contained in:
Bakry 2024-10-03 14:16:06 +03:00
commit 4f9497ab7c
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": {