We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7c42c commit 3acd627Copy full SHA for 3acd627
arango/formatter.py
@@ -249,7 +249,7 @@ def format_collection(body: Json) -> Json:
249
result["min_revision"] = body["minRevision"]
250
if "schema" in body:
251
result["schema"] = body["schema"]
252
- if "computedValues" in body:
+ if body.get("computedValues") is not None:
253
result["computedValues"] = body["computedValues"]
254
255
if "internalValidatorType" in body:
0 commit comments