Skip to content

Commit

Permalink
Update widgets.py (#6926)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaecoli authored Apr 24, 2024
1 parent 5ac5d86 commit 1c48b22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redash/handlers/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def post(self):

widget = models.Widget(**widget_properties)
models.db.session.add(widget)
models.db.session.commit()

models.db.session.commit()
return serialize_widget(widget)
Expand Down

0 comments on commit 1c48b22

Please sign in to comment.