fix(typo): comments.py
This commit is contained in:
parent
9958662b39
commit
09e149bec3
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ def update_comment_in_doc(doc):
|
|||
}"""
|
||||
|
||||
# only comments get updates, not likes, assignments etc.
|
||||
if self.comment_type != 'Comment':
|
||||
if doc.comment_type != 'Comment':
|
||||
return
|
||||
|
||||
def get_truncated(content):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue