restore composer.json, add mysqli extension
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m46s

This commit is contained in:
2026-04-15 13:45:56 +05:00
parent ab73d05ecc
commit ab2dda61f9
3 changed files with 19 additions and 5 deletions

View File

@@ -45,5 +45,5 @@ def send_notification(sender, instance, created, **kwargs): # noqa
logger.info(f"{response.success_count} notifications sent successfully")
else:
logger.warning("No users with valid FCM tokens found")
except exceptions.FirebaseError as e:
except Exception as e:
logger.error(f"Failed to send notification: {e}")