refactor to update_available

This commit is contained in:
Michael Shamoon
2022-04-02 01:32:11 -07:00
parent d02c7df75c
commit b58550bb79
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,
},
)