mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 10:42:41 -05:00
Need to remove priority logic
This commit is contained in:
@@ -23,7 +23,6 @@ def get_providers():
|
||||
"id": row.id,
|
||||
"display_name": row.display_name,
|
||||
"identifier": row.identifier,
|
||||
"priority": row.priority,
|
||||
"notification_type": row.notification_type,
|
||||
"active": row.active,
|
||||
"updated_at": row.updated_at,
|
||||
|
||||
Reference in New Issue
Block a user