oauth/interface: commit conn on user import

This commit is contained in:
Drew DeVault 2023-08-28 10:18:05 +02:00
parent 5e33dbc688
commit cee1b399c4
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ If you are the admin of {metasrht}, run the following SQL to correct this:
user.location = row[5]
user.bio = row[6]
user.suspension_notice = row[7]
db.session.commit()
conn.commit()
# TODO: Add a version number or something so that we can add new
# webhooks as necessary
origin = get_origin(current_app.site)