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 e415aee commit 96a2beeCopy full SHA for 96a2bee
1 file changed
openhands/server/routes/billing.py
@@ -8,6 +8,6 @@
8
9
@app.get('/credits')
10
async def get_credits_route(request: Request):
11
- user_id = get_user_id(request)
+ user_id = await get_user_id(request)
12
print('getting credits for', user_id)
13
return {"credits": get_credits(user_id)}
0 commit comments