diff --git a/lnbits/core/views/api.py b/lnbits/core/views/api.py index a3a59a5f0..59ce61a9d 100644 --- a/lnbits/core/views/api.py +++ b/lnbits/core/views/api.py @@ -261,7 +261,7 @@ async def api_payments_pay_invoice(bolt11: str, wallet: Wallet): ) async def api_payments_create( wallet: WalletTypeInfo = Depends(require_invoice_key), - invoiceData: CreateInvoiceData = Body(...), + invoiceData: CreateInvoiceData = Body(...), #type: ignore ): if invoiceData.out is True and wallet.wallet_type == 0: if not invoiceData.bolt11: