mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-07 07:31:37 +01:00
fix: typo fitler
This commit is contained in:
@@ -106,7 +106,7 @@ def update_user_settings():
|
|||||||
notifications_all=False)
|
notifications_all=False)
|
||||||
db.session.add(settings)
|
db.session.add(settings)
|
||||||
db.session.commit()
|
db.session.commit()
|
||||||
settings = db.session.query(UserSettings).fitler(UserSettings.user==user_helper).first()
|
settings = db.session.query(UserSettings).filter(UserSettings.user==user_helper).first()
|
||||||
|
|
||||||
|
|
||||||
if flask.request.method == "GET":
|
if flask.request.method == "GET":
|
||||||
|
|||||||
Reference in New Issue
Block a user