mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
Rename function to make it consistent
This is consistent with the new "on_date" function. It was going off the edge of my screen before in some parts of the code.
This commit is contained in:
@@ -784,7 +784,7 @@ def _duplicate_update_warning(notification, status):
|
||||
)
|
||||
|
||||
|
||||
def get_service_ids_that_have_notifications_from_before_timestamp(notification_type, timestamp):
|
||||
def get_service_ids_with_notifications_before(notification_type, timestamp):
|
||||
return {
|
||||
row.service_id
|
||||
for row in db.session.query(
|
||||
|
||||
Reference in New Issue
Block a user