Skip to content

Commit

Permalink
blacked
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jan 24, 2025
1 parent 2190943 commit 74721b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/tacticalrmm/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,9 +617,9 @@ def status_v2(request):
"redis": sysd_svc_is_running("redis-server.service"),
"nats": sysd_svc_is_running("nats.service"),
"nats-api": sysd_svc_is_running("nats-api.service"),
}
},
}

return JsonResponse(ret, json_dumps_params={"indent": 2})


Expand Down

0 comments on commit 74721b6

Please sign in to comment.