From ced44af28fef374041ed314807c550b70f2533be Mon Sep 17 00:00:00 2001 From: Patrick Rizkalla Date: Tue, 23 Jan 2024 21:27:45 -0500 Subject: [PATCH] Finished DeleteContact.php --- html/LAMPAPI/DeleteContact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/LAMPAPI/DeleteContact.php b/html/LAMPAPI/DeleteContact.php index af6489d..bfa52a7 100644 --- a/html/LAMPAPI/DeleteContact.php +++ b/html/LAMPAPI/DeleteContact.php @@ -33,7 +33,7 @@ http_response_code(409); returnWithError("Contact does not exist"); } - + } function getRequestInfo()