refactor: dont use model property for lnurlpaymetadata (#97)
* refactor: dont use model property for lnurlpaymetadata domain is really only needed if you do it with via the property. cleans up code and makes it more readable
This commit is contained in:
parent
860d281a18
commit
1d91b50a67
3 changed files with 23 additions and 29 deletions
1
crud.py
1
crud.py
|
|
@ -55,7 +55,6 @@ async def create_pay_link(data: CreatePayLinkData) -> PayLink:
|
|||
served_pr=0,
|
||||
username=data.username,
|
||||
zaps=data.zaps,
|
||||
domain=None,
|
||||
webhook_url=data.webhook_url,
|
||||
webhook_headers=data.webhook_headers,
|
||||
webhook_body=data.webhook_body,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue