diff --git a/app/workers/databases.php b/app/workers/databases.php index 20d9fd3f1d..a93fe62640 100644 --- a/app/workers/databases.php +++ b/app/workers/databases.php @@ -75,7 +75,7 @@ class DatabaseV1 extends Worker 'collectionId' => $collection->getId(), 'attributeId' => $attribute->getId() ]); - /**x + /** * Fetch attribute from the database, since with Resque float values are loosing informations. */ $attribute = $dbForProject->getDocument('attributes', $attribute->getId());