remove unused line

This commit is contained in:
Lili (Tlapka) 2022-09-27 10:32:24 +02:00
parent 7bcf5a8b33
commit 6431705934
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ def owncast_webhook():
elif data["type"] == "NAME_CHANGE":
user_id = data["eventData"]["user"]["id"]
new_name = data["eventData"]["newName"]
old_names = data["eventData"]["user"]["previousNames"]
change_display_name(db, user_id, new_name)
elif data["type"] == "CHAT":
user_id = data["eventData"]["user"]["id"]