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 6e24d5c commit f346cb0Copy full SHA for f346cb0
1 file changed
api/src/osm/repository.py
@@ -44,7 +44,7 @@ async def getChangesetAdiff(self, workspace_id: int, changeset_id: int) -> list:
44
{"changeset_id": changeset_id},
45
)
46
47
- return result.mappings().all()
+ return list(result.mappings().all())
48
49
async def resolveChangeset(
50
self,
0 commit comments