mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-11 05:01:12 -05:00
initial
This commit is contained in:
@@ -64,7 +64,7 @@ def dao_fetch_all_services(only_active=False):
|
||||
.order_by(asc(Service.created_at))
|
||||
.options(joinedload(Service.users))
|
||||
)
|
||||
result = session.execute(stmt)
|
||||
result = session.execute(stmt).unique()
|
||||
return result.scalars().all()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user