mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-18 16:41:56 -05:00
initial
This commit is contained in:
@@ -51,7 +51,7 @@ from app.utils import (
|
||||
|
||||
|
||||
def dao_fetch_all_services(only_active=False):
|
||||
with Session() as session:
|
||||
with Session(db.engine) as session:
|
||||
stmt = (
|
||||
select(Service)
|
||||
.order_by(asc(Service.created_at))
|
||||
|
||||
Reference in New Issue
Block a user