fix core daos

This commit is contained in:
Kenneth Kehl
2024-10-11 10:29:13 -07:00
parent c44300a737
commit 84e46f1ef2

View File

@@ -629,6 +629,7 @@ def notifications_not_yet_sent(should_be_sending_after_seconds, notification_typ
Notification.status == NotificationStatus.CREATED,
)
notifications = db.session.execute(stmt).all()
print(f"WE RETURN THIS FOR NOTIFICATIONS {notifications}")
return notifications