diff --git a/api/tacticalrmm/natsapi/views.py b/api/tacticalrmm/natsapi/views.py index eac20b4e..8ed438ad 100644 --- a/api/tacticalrmm/natsapi/views.py +++ b/api/tacticalrmm/natsapi/views.py @@ -96,4 +96,4 @@ class SyncMeshNodeID(APIView): agent.mesh_node_id = request.data["nodeid"] agent.save(update_fields=["mesh_node_id"]) - return Response("ok") \ No newline at end of file + return Response("ok")