This commit is contained in:
fogelito
2023-03-13 11:34:41 +02:00
parent b6c279b576
commit 5fc3f5bc3a
2 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ function createAttribute(string $databaseId, string $collectionId, Document $att
'format' => $format,
'formatOptions' => $formatOptions,
'filters' => $filters,
'options' => $options, // Do we want all of the options?
'options' => $options, // Do we want all options?
]);
$dbForProject->checkAttribute($collection, $attribute);