mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-16 05:06:32 +00:00
remove unnecessary function call arg
This commit is contained in:
parent
a5efc798f8
commit
1a37903583
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class ReadingStatus(View):
|
|||
and current_status_shelfbook.shelf.identifier
|
||||
!= desired_shelf.identifier
|
||||
):
|
||||
return unshelve(request, referer=referer, book_id=book_id)
|
||||
return unshelve(request, book_id=book_id)
|
||||
|
||||
if is_api_request(request):
|
||||
return HttpResponse()
|
||||
|
|
Loading…
Reference in a new issue