Skip to content

Commit f946db7

Browse files
committed
fix
Signed-off-by: Max Pumperla <[email protected]>
1 parent a66c7e2 commit f946db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heroku.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async def handle_query(request: Request):
5151

5252
@app.get("/")
5353
async def root():
54-
return await {"message": "Docu Mentor reporting for duty!"}
54+
return {"message": "Docu Mentor reporting for duty!"}
5555

5656

5757
@app.post("/webhook/")

0 commit comments

Comments
 (0)