Skip to content

Commit a100a5d

Browse files
committed
fix: comment out sort function
Signed-off-by: Colton Wolkins (Laptop) <[email protected]>
1 parent 0134742 commit a100a5d

File tree

1 file changed

+1
-1
lines changed
  • acapy_agent/protocols_v2/connections/v1_0

1 file changed

+1
-1
lines changed

acapy_agent/protocols_v2/connections/v1_0/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ async def connections_list(request: web.BaseRequest):
484484
alt=True,
485485
)
486486
results = [record.serialize() for record in records]
487-
results.sort(key=connection_sort_key)
487+
#results.sort(key=connection_sort_key)
488488
except (StorageError, BaseModelError) as err:
489489
raise web.HTTPBadRequest(reason=err.roll_up) from err
490490

0 commit comments

Comments
 (0)