feat: show stall ID

This commit is contained in:
Vlad Stan 2023-03-03 11:23:09 +02:00
parent 1622403cd1
commit dccd781553
2 changed files with 15 additions and 1 deletions

View file

@ -90,7 +90,7 @@ class PartialStall(BaseModel):
)
class Stall(PartialStall):
class Stall(PartialStall, Nostrable):
id: str
def to_nostr_event(self, pubkey: str) -> NostrEvent: