This commit is contained in:
Oleg Silkin 2019-05-18 18:51:44 -04:00
parent aee2c3e5aa
commit e0449938d5

View file

@ -23,7 +23,7 @@ class CommentServer:
methods = {
'get_claim_comments': db.get_claim_comments,
'get_comment_ids': db.get_comment_ids,
'get_comment_data': db.get_comment_data,
'get_comments_by_id': db.get_comments_by_id,
'create_comment': db.create_comment,
}