chore: rename websocketUpdater (#99)
* chore: rename `websocketUpdater` https://github.com/lnbits/lnbits/pull/2377
This commit is contained in:
parent
91e42ee686
commit
2ce0c98a76
3 changed files with 8 additions and 8 deletions
|
|
@ -6,7 +6,7 @@ from fastapi import Depends
|
|||
from fastapi.exceptions import HTTPException
|
||||
from loguru import logger
|
||||
|
||||
from lnbits.core.services import websocketUpdater
|
||||
from lnbits.core.services import websocket_updater
|
||||
from lnbits.decorators import (
|
||||
WalletTypeInfo,
|
||||
check_admin,
|
||||
|
|
@ -836,7 +836,7 @@ async def api_update_order_status(
|
|||
await create_direct_message(merchant.id, dm)
|
||||
|
||||
await nostr_client.publish_nostr_event(dm_event)
|
||||
await websocketUpdater(
|
||||
await websocket_updater(
|
||||
merchant.id,
|
||||
json.dumps(
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue