fix issued cert
This commit is contained in:
@@ -72,8 +72,8 @@ def get_enrollment(id: str):
|
||||
record = enrollment_layer.collection.get_items(
|
||||
TransactKey(id)
|
||||
+ SortKey('0')
|
||||
+ SortKey('STARTED', rename_key='started_at', path_spec='started_at')
|
||||
+ SortKey('COMPLETED', rename_key='completed_at', path_spec='completed_at')
|
||||
# + SortKey('STARTED', rename_key='started_at', path_spec='started_at')
|
||||
# + SortKey('COMPLETED', rename_key='completed_at', path_spec='completed_at')
|
||||
+ SortKey('FAILED', rename_key='failed_at', path_spec='failed_at')
|
||||
+ SortKey('CANCELED', rename_key='canceled')
|
||||
+ SortKey('ARCHIVED', rename_key='archived_at', path_spec='archived_at')
|
||||
|
||||
Reference in New Issue
Block a user