We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db1479 commit 90d5765Copy full SHA for 90d5765
api/controllers/console/app/app.py
@@ -190,7 +190,7 @@ def post(self, app_model):
190
)
191
session.commit()
192
193
- stmt = select(App).where(App.id == result.app.id)
+ stmt = select(App).where(App.id == result.app_id)
194
app = session.scalar(stmt)
195
196
return app, 201
0 commit comments