mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
refactor to update_available
This commit is contained in:
parent
d02c7df75c
commit
b58550bb79
3 changed files with 3 additions and 3 deletions
|
|
@ -701,6 +701,6 @@ class RemoteVersionView(GenericAPIView):
|
|||
return Response(
|
||||
{
|
||||
"version": remote_version,
|
||||
"greater_than_current": is_greater,
|
||||
"update_available": is_greater,
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue