mr main and rebuild migration

This commit is contained in:
Yansong Zhang
2025-10-23 11:14:17 +08:00
parent cd9e28dbf4
commit b22c28b099
2 changed files with 2 additions and 3 deletions

View File

@ -24,7 +24,6 @@ def _load_app_model(app_id: str) -> App | None:
def _load_app_model_with_trial(app_id: str) -> App | None:
assert isinstance(current_user, Account)
app_model = db.session.query(App).where(App.id == app_id, App.status == "normal").first()
return app_model