From dd9a75a112a2311042edec4aec80de6fca18d429 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 18 Jun 2023 13:07:01 +0000 Subject: [PATCH] don't log create data because it is already defined in the db --- Controller/ApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index e6d67a3..7fee2d2 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -60,7 +60,7 @@ final class ApiController extends Controller string $ip = null ) : void { - $newString = StringUtils::stringify($new, \JSON_PRETTY_PRINT); + $newString = ''; //StringUtils::stringify($new, \JSON_PRETTY_PRINT); $audit = new Audit( new NullAccount($account), null,