Skip to content

Commit 7d296bf

Browse files
chore: disable moodle content upload
1 parent f85ff04 commit 7d296bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/moodle/routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ async def course_content(_: VerifiedDep, bulk: list[InSections]) -> None:
151151
async def need_to_upload_contents(
152152
_: VerifiedDep, contents_list: list[InContents]
153153
) -> list[FlattenInContentsWithPresignedUrl]:
154+
return []
154155
course_module_filenames = []
155156

156157
for contents in contents_list:

0 commit comments

Comments
 (0)