mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
fix core daos
This commit is contained in:
@@ -629,6 +629,7 @@ def notifications_not_yet_sent(should_be_sending_after_seconds, notification_typ
|
|||||||
Notification.status == NotificationStatus.CREATED,
|
Notification.status == NotificationStatus.CREATED,
|
||||||
)
|
)
|
||||||
notifications = db.session.execute(stmt).all()
|
notifications = db.session.execute(stmt).all()
|
||||||
|
print(f"WE RETURN THIS FOR NOTIFICATIONS {notifications}")
|
||||||
return notifications
|
return notifications
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user