This commit is contained in:
Aevann1 2021-09-17 11:28:19 +02:00
parent e4a2ed4d4a
commit 6fef294066

View file

@ -38,7 +38,6 @@ def send_notification(vid, user, text):
notif = Notification(comment_id=new_comment.id,
user_id=uid)
g.db.add(notif)
g.db.commit()
def send_follow_notif(vid, user, text):