refactor
This commit is contained in:
parent
aee2c3e5aa
commit
e0449938d5
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class CommentServer:
|
||||||
methods = {
|
methods = {
|
||||||
'get_claim_comments': db.get_claim_comments,
|
'get_claim_comments': db.get_claim_comments,
|
||||||
'get_comment_ids': db.get_comment_ids,
|
'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,
|
'create_comment': db.create_comment,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue