feat: refresh merchant from nostr (#85)
This commit is contained in:
parent
656723ed5e
commit
2dc5c5479f
6 changed files with 55 additions and 5 deletions
2
crud.py
2
crud.py
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue