Fix updating event (#9)

* passing a copy of original data to dialog data
This commit is contained in:
Tiago Vasconcelos 2023-07-04 08:17:31 +01:00 committed by GitHub
parent 1d57e1ae1a
commit 4586164016
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 17 deletions

View file

@ -3,7 +3,7 @@ from http import HTTPStatus
from fastapi import Depends, Query
from starlette.exceptions import HTTPException
from lnbits.core.crud import get_user, get_standalone_payment
from lnbits.core.crud import get_standalone_payment, get_user
from lnbits.core.services import create_invoice
from lnbits.decorators import WalletTypeInfo, get_key_type