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 249ef89 commit e33900dCopy full SHA for e33900d
express/properties/utils.py
@@ -26,4 +26,4 @@ def to_array_with_ids(array):
26
Returns:
27
list
28
"""
29
- return [{"id": index + 1, "value": value} for index, value in enumerate(array)]
+ return [{"id": index, "value": value} for index, value in enumerate(array)]
0 commit comments