mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
refactor to update_available
This commit is contained in:
@@ -701,6 +701,6 @@ class RemoteVersionView(GenericAPIView):
|
||||
return Response(
|
||||
{
|
||||
"version": remote_version,
|
||||
"greater_than_current": is_greater,
|
||||
"update_available": is_greater,
|
||||
},
|
||||
)
|
||||
|
Reference in New Issue
Block a user