fix 500 error

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-15 01:23:15 +02:00
parent 09da483bac
commit e40f6881d8
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class CommentOption(Base):
exclusive = Column(Boolean)
votes = relationship("CommentOptionVote")
post = relationship("Comment", back_populates="options")
comment = relationship("Comment", back_populates="options")
def __repr__(self):
return f"<CommentOption(id={self.id})>"