Bläddra i källkod

fix: typo in user_app.py (#740)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] Bug Fix (non-breaking change 
- [x] Other (please describe): Fix typo
tags/v0.6.0
Sawyer 1 år sedan
förälder
incheckning
69b7c61498
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      api/apps/user_app.py

+ 1
- 1
api/apps/user_app.py Visa fil

except Exception as e: except Exception as e:
pass pass
try: try:
TenantLLM.delete().where(TenantLLM.tenant_id == user_id).excute()
TenantLLM.delete().where(TenantLLM.tenant_id == user_id).execute()
except Exception as e: except Exception as e:
pass pass

Laddar…
Avbryt
Spara