]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fixes merge conflict
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Tue, 10 Jan 2023 23:01:43 +0000 (15:01 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Wed, 11 Jan 2023 15:52:58 +0000 (07:52 -0800)
src/documents/views.py

index abd2e5f2fa6180fe80e530a96e3b2f417d5d42bb..6f0be216423b0aada4a789d6bfdbad2be71ace07 100644 (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,