diff --git a/resolvers/editor.py b/resolvers/editor.py index b332b0e7..ad00f784 100644 --- a/resolvers/editor.py +++ b/resolvers/editor.py @@ -81,7 +81,7 @@ def create_shout(_, info, inp): # NOTE: requesting new shout back shout = session.query(Shout).where(Shout.slug == slug).first() if shout: - sa = ShoutAuthor(shout=shout.id, author=author.id, auto=True) + sa = ShoutAuthor(shout=shout.id, author=author.id) session.add(sa) topics = (