Fix the bug for OTHER region

This commit is contained in:
Jet Li 2025-01-31 06:21:17 +00:00
parent 5ea86301d9
commit af71b67f04

View File

@ -38,7 +38,8 @@ class ContentSharePointManager:
current_time = datetime.now(timezone.utc)
folder = await ContentFolderDoc.find_one(
ContentFolderDoc.folder_name == content_folder_name
ContentFolderDoc.folder_name == folder_name,
ContentFolderDoc.region == region.value,
)
if folder is None: