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