Skip to content

Commit

Permalink
Fixed indent err
Browse files Browse the repository at this point in the history
  • Loading branch information
nc-fkl committed Feb 29, 2024
1 parent 8544209 commit 0ccd984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context_chat_backend/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def _(userId: str):

db.setup_schema(userId)

return JSONResponse(
return JSONResponse(
client.get_collection(COLLECTION_NAME(userId)).get()
)

Expand Down

0 comments on commit 0ccd984

Please sign in to comment.