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…
Reference in New Issue
Block a user