Fix the bug for OTHER region
This commit is contained in:
parent
5ea86301d9
commit
af71b67f04
@ -38,7 +38,8 @@ class ContentSharePointManager:
|
|||||||
current_time = datetime.now(timezone.utc)
|
current_time = datetime.now(timezone.utc)
|
||||||
|
|
||||||
folder = await ContentFolderDoc.find_one(
|
folder = await ContentFolderDoc.find_one(
|
||||||
ContentFolderDoc.folder_name == content_folder_name
|
ContentFolderDoc.folder_name == folder_name,
|
||||||
|
ContentFolderDoc.region == region.value,
|
||||||
)
|
)
|
||||||
|
|
||||||
if folder is None:
|
if folder is None:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user