mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
make tests pass (acknowledge that code is wrong)
i really don't want to fix this right now but that total isn't quite right
This commit is contained in:
@@ -120,6 +120,7 @@ class BroadcastAreasRepository(object):
|
||||
return sorted(libraries)
|
||||
|
||||
def get_library_description(self, library_id):
|
||||
# TODO: this count is wrong, and we shouldn't be building up user strings in sql. Replace this with python code.
|
||||
q = """
|
||||
WITH
|
||||
areas AS (
|
||||
|
||||
Reference in New Issue
Block a user