From f7c9e9c650526d85cc0ab1cf5b6bd5273628d6ae Mon Sep 17 00:00:00 2001 From: Shmuel Fogel Date: Mon, 20 Mar 2023 11:23:01 +0200 Subject: [PATCH] Update app/workers/databases.php Co-authored-by: Jake Barnby --- app/workers/databases.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());