Update src/Appwrite/Utopia/Database/Validator/Spatial.php

Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
ArnabChatterjee20k 2025-09-03 17:50:23 +05:30 committed by GitHub
parent 2755fd1fe6
commit a8bbac4800
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,6 @@ class Spatial extends JSON
*/
public function isValid($value): bool
{
if (!parent::isValid($value)) {
return false;
}