Fixes merge conflict

This commit is contained in:
Trenton H 2023-01-10 15:01:43 -08:00
parent f0773b9807
commit 79f01c9a37

View File

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