From a9ebe37e61eed4f44611ae586a3fdd4d9cc9fa19 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Tue, 15 Nov 2022 06:52:17 -0600 Subject: [PATCH] sddsdsd --- files/routes/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/notifications.py b/files/routes/notifications.py index 8cf88aa8d..28a573fee 100644 --- a/files/routes/notifications.py +++ b/files/routes/notifications.py @@ -38,7 +38,7 @@ def unread(v): n.read = True g.db.add(n) - return {"data":[x[1].json() for x in listing]} + return {"data":[x[1].json(g.db) for x in listing]} @app.get("/notifications/modmail")