chuni: add missing alembic script

This commit is contained in:
2024-06-29 00:08:11 -04:00
parent c4afb083f9
commit 44fb6037cf
4 changed files with 34 additions and 2 deletions

View File

@ -718,7 +718,7 @@ class ChuniProfileData(BaseData):
)
return False
user_team_point_data = []
if existing_team["userTeamPoint"] is not None and existing_team["userTeamPoint"] is not "":
if existing_team["userTeamPoint"] is not None and existing_team["userTeamPoint"] != "":
user_team_point_data = json.loads(existing_team["userTeamPoint"])
updated = False