Fixes merge conflict

This commit is contained in:
Trenton H 2023-01-10 15:01:43 -08:00
parent efaa1c4dd7
commit bba1fc7194

View File

@ -635,7 +635,7 @@ class PostDocumentView(GenericAPIView):
task_id = str(uuid.uuid4()) task_id = str(uuid.uuid4())
consume_file.delay( async_task = consume_file.delay(
# Paths are not JSON friendly # Paths are not JSON friendly
str(temp_file_path), str(temp_file_path),
override_title=title, override_title=title,