feat: part: republish to nostr

This commit is contained in:
Vlad Stan 2023-03-23 14:33:05 +02:00
parent 05ecc65e5a
commit ccb32dba99
3 changed files with 35 additions and 3 deletions

View file

@ -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"