mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-05 06:01:46 -04:00
notify-api-387 scan projects for unused code
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user