Merge branch 'main' of https://github.com/GSA/notifications-admin into 686-remove-uk-styles

This commit is contained in:
Jonathan Bobel
2023-08-23 11:24:50 -04:00
6 changed files with 60 additions and 53 deletions

View File

@@ -165,7 +165,7 @@ def get_notifications_as_json(service_id, message_type=None):
endpoint="view_notifications_csv"
)
@user_has_permissions()
def get_notifications(service_id, message_type, status_override=None):
def get_notifications(service_id, message_type, status_override=None): # noqa
# TODO get the api to return count of pages as well.
page = get_page_from_request()
if page is None: