restore composer.json, add mysqli extension
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m46s
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m46s
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user