mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Fixes merge conflict
This commit is contained in:
parent
efaa1c4dd7
commit
bba1fc7194
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue