feat: refresh merchant from nostr (#85)

This commit is contained in:
Vlad Stan 2023-09-20 12:06:36 +03:00 committed by GitHub
parent 656723ed5e
commit 2dc5c5479f
6 changed files with 55 additions and 5 deletions

View file

@ -205,7 +205,7 @@ async def create_stall(merchant_id: str, data: PartialStall) -> Stall:
)
stall = await get_stall(merchant_id, stall_id)
assert stall, "Newly created stall couldn't be retrieved"
assert stall, f"Newly created stall couldn't be retrieved. Id: {stall_id}"
return stall