await
This commit is contained in:
parent
03846adbfb
commit
0ce987a20e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ async def create_lnurldevice(
|
||||||
data: createLnurldevice,
|
data: createLnurldevice,
|
||||||
) -> lnurldevices:
|
) -> lnurldevices:
|
||||||
if data.device == "pos":
|
if data.device == "pos":
|
||||||
lnurldevice_id = str(get_lnurldeviceposcount())
|
lnurldevice_id = str(await get_lnurldeviceposcount())
|
||||||
lnurldevice_key = urlsafe_short_hash()
|
lnurldevice_key = urlsafe_short_hash()
|
||||||
await db.execute(
|
await db.execute(
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue