mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-30 04:11:42 -05:00
convert other daos
This commit is contained in:
@@ -253,7 +253,7 @@ def dao_fetch_live_services_data():
|
||||
)
|
||||
|
||||
data = db.session.execute(stmt).scalars().all()
|
||||
|
||||
print(f"DATA IS {data}")
|
||||
results = []
|
||||
for row in data:
|
||||
existing_service = next(
|
||||
|
||||
Reference in New Issue
Block a user