Skip to content

Commit f346cb0

Browse files
committed
Update repository.py
1 parent 6e24d5c commit f346cb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/osm/repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async def getChangesetAdiff(self, workspace_id: int, changeset_id: int) -> list:
4444
{"changeset_id": changeset_id},
4545
)
4646

47-
return result.mappings().all()
47+
return list(result.mappings().all())
4848

4949
async def resolveChangeset(
5050
self,

0 commit comments

Comments
 (0)