generated from Luis/nextjs-python-web-template
UI: Fixed missing types
This commit is contained in:
@@ -95,7 +95,7 @@ def create_service(idx: int, entity: Entity) -> ServiceCreate:
|
||||
]
|
||||
},
|
||||
entity_did=entity.did,
|
||||
usage=[],
|
||||
usage=[{"times_consumed": 2, "consumer_entity_did": "did:sov:test:120"}],
|
||||
)
|
||||
|
||||
return se
|
||||
|
||||
Reference in New Issue
Block a user