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:
Ben Thorner
2022-01-24 15:54:37 +00:00
parent 1213463b8e
commit 7f4b140f97
2 changed files with 3 additions and 3 deletions

View File

@@ -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(