mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
upgrade mistune
This commit is contained in:
@@ -629,7 +629,8 @@ def dao_fetch_stats_for_service_from_days_for_user(
|
||||
).group_by(total_substmt.c.hour)
|
||||
|
||||
total_notifications = {
|
||||
row.hour: row.total_notifications for row in db.session.execute(total_stmt).all()
|
||||
row.hour: row.total_notifications
|
||||
for row in db.session.execute(total_stmt).all()
|
||||
}
|
||||
|
||||
stmt = (
|
||||
|
||||
Reference in New Issue
Block a user