Skip to content

Commit 5cea35d

Browse files
committed
Fix put comment
1 parent ee3b619 commit 5cea35d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitor/controller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ def update_comment(
199199
if fc:
200200
database.update_framecomment(
201201
conn=conn,
202-
comment=body.get('commenttext'),
203-
text=body.get('comment'),
202+
comment=body.get('comment'),
203+
text=body.get('commenttext'),
204204
comp=c,
205205
)
206206
return falcon.HTTP_NO_CONTENT

0 commit comments

Comments
 (0)