From 407dcb1282dba9dc3563427b77acc00a362d6135 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 3 Dec 2022 07:39:58 +0200 Subject: [PATCH] same as last commit --- files/routes/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index f96fdd65c8..64ed6b8a3c 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -462,7 +462,7 @@ def edit_comment(cid, v): g.db.add(n) g.db.commit() - return {"body": body, "comment": c.realbody(v)} + return {"body": c.body, "comment": c.realbody(v)} @app.post("/delete/comment/")