feat: part: republish to nostr
This commit is contained in:
parent
05ecc65e5a
commit
ccb32dba99
3 changed files with 35 additions and 3 deletions
|
|
@ -153,7 +153,6 @@ async def api_delete_merchant(
|
|||
merchant_id: str,
|
||||
wallet: WalletTypeInfo = Depends(require_admin_key),
|
||||
):
|
||||
|
||||
try:
|
||||
merchant = await get_merchant_for_user(wallet.wallet.user)
|
||||
assert merchant, "Merchant cannot be found"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue