Vijayakrishnan 4 жил өмнө
parent
commit
148b2a7043

+ 0 - 1
app/Http/Controllers/NoteController.php

@@ -117,7 +117,6 @@ class NoteController extends Controller
             $response = $this->calljava($request, '/client/updateCanvasData', $data, $guestAccessCode);
             //TODO: handle $response->success == false
 
-            $client = Client::where('id', $note->client_id)->first();
             $patient = $client;
             if (file_exists(resource_path("views/app/patient/canvas-sections/{$sectionInternalName}/processor.php"))) {
                 include(resource_path("views/app/patient/canvas-sections/{$sectionInternalName}/processor.php"));