Added usage field to service
Some checks failed
checks-impure / test (pull_request) Successful in 25s
checks / test (pull_request) Failing after 1m56s

This commit is contained in:
2024-01-14 17:01:14 +01:00
parent b8da1db58c
commit e47b0b4911
26 changed files with 1140 additions and 308 deletions

View File

@@ -83,6 +83,7 @@ def create_service(idx: int, entity: Entity) -> ServiceCreate:
status="unknown",
other={"action": ["register", "deregister", "delete", "create"]},
entity_did=entity.did,
usage=[],
)
return se