Remove JSON_PRETTY_PRINT flag

This commit is contained in:
ZAZiOs 2025-06-19 00:53:32 +03:00 committed by GitHub
parent 1a3ffa6507
commit 1aec136842
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -166,7 +166,7 @@ final class AboutPresenter extends OpenVKPresenter
], ],
]; ];
echo json_encode($data, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT); echo json_encode($data, JSON_UNESCAPED_SLASHES);
exit; exit;
} }