refactor to update_available

This commit is contained in:
Michael Shamoon
2022-04-02 01:32:11 -07:00
parent 5fb0469c0a
commit 9485dfb8cc
3 changed files with 3 additions and 3 deletions

View File

@@ -701,6 +701,6 @@ class RemoteVersionView(GenericAPIView):
return Response(
{
"version": remote_version,
"greater_than_current": is_greater,
"update_available": is_greater,
},
)