fix unread 500

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-11-15 06:51:48 -06:00
parent 08b88ef89b
commit 3fba55b4ae
1 changed files with 1 additions and 1 deletions

View File

@ -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() for x in listing]}
@app.get("/notifications/modmail")