mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 00:06:16 -04: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()
|
data = db.session.execute(stmt).scalars().all()
|
||||||
|
print(f"DATA IS {data}")
|
||||||
results = []
|
results = []
|
||||||
for row in data:
|
for row in data:
|
||||||
existing_service = next(
|
existing_service = next(
|
||||||
|
|||||||
Reference in New Issue
Block a user