Fixes error in add author code returning too soon
This commit is contained in:
parent
b2c587e082
commit
69f192e78c
2 changed files with 2 additions and 2 deletions
|
@ -189,7 +189,7 @@ def add_authors(request, data):
|
|||
"existing_isnis": exists,
|
||||
}
|
||||
)
|
||||
return data
|
||||
return data
|
||||
|
||||
|
||||
@require_POST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue