mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-06 19:08:12 +02:00
unsupported type
This commit is contained in:
parent
886070755c
commit
03846adbfb
@ -12,7 +12,7 @@ async def create_lnurldevice(
|
||||
data: createLnurldevice,
|
||||
) -> lnurldevices:
|
||||
if data.device == "pos":
|
||||
lnurldevice_id = get_lnurldeviceposcount()
|
||||
lnurldevice_id = str(get_lnurldeviceposcount())
|
||||
lnurldevice_key = urlsafe_short_hash()
|
||||
await db.execute(
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user