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