Fix updating event (#9)
* passing a copy of original data to dialog data
This commit is contained in:
parent
1d57e1ae1a
commit
4586164016
3 changed files with 11 additions and 17 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue