From ee442405698543ee691402d25c7ae5f9073f8550 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Tue, 12 Jan 2021 21:06:44 +0000 Subject: [PATCH] black --- api/tacticalrmm/natsapi/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")