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 a8bb667 commit 7397e6eCopy full SHA for 7397e6e
services/web/server/src/simcore_service_webserver/chatbot/_client.py
@@ -140,4 +140,3 @@ async def cleanup_chatbot_client(app: web.Application) -> None:
140
def get_chatbot_rest_client(app: web.Application) -> ChatbotRestClient:
141
app_key: ChatbotRestClient = app[_APPKEY]
142
return app_key
143
- return app_key
0 commit comments