Fix the error for using additional user_id
This commit is contained in:
parent
2013d45e86
commit
0a0c0d128d
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,4 +3,5 @@
|
|||||||
.vscode
|
.vscode
|
||||||
/deploy/.*
|
/deploy/.*
|
||||||
*.log
|
*.log
|
||||||
*.pyc
|
*.pyc
|
||||||
|
freedev.code-workspace
|
||||||
@ -5,7 +5,7 @@ from app.central_storage.backend.business.document_manager import (
|
|||||||
|
|
||||||
class DocumentHub:
|
class DocumentHub:
|
||||||
def __init__(self, ):
|
def __init__(self, ):
|
||||||
self.document_manager = DocumentManager(self.user_id)
|
self.document_manager = DocumentManager()
|
||||||
return
|
return
|
||||||
|
|
||||||
async def retrieve_document_info(self, document_id: str):
|
async def retrieve_document_info(self, document_id: str):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user