UI: Fixed missing types
Some checks failed
checks-impure / test (pull_request) Successful in 25s
checks / test (pull_request) Failing after 2m2s

This commit is contained in:
2024-01-15 19:56:24 +01:00
parent 4918f84e85
commit 93084c360b
2 changed files with 15 additions and 8 deletions

View File

@@ -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