Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chromadb/server/fastapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ async def auth_and_get_tenant_and_database_for_request(
- The user has access to a single tenant and/or single database.
"""
return await to_thread.run_sync(
self.auth_and_get_tenant_and_database_for_request,
self.sync_auth_and_get_tenant_and_database_for_request,
headers,
action,
tenant,
Expand Down
Loading