unsupported type
This commit is contained in:
@@ -12,7 +12,7 @@ async def create_lnurldevice(
|
|||||||
data: createLnurldevice,
|
data: createLnurldevice,
|
||||||
) -> lnurldevices:
|
) -> lnurldevices:
|
||||||
if data.device == "pos":
|
if data.device == "pos":
|
||||||
lnurldevice_id = get_lnurldeviceposcount()
|
lnurldevice_id = str(get_lnurldeviceposcount())
|
||||||
lnurldevice_key = urlsafe_short_hash()
|
lnurldevice_key = urlsafe_short_hash()
|
||||||
await db.execute(
|
await db.execute(
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user