mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 05:02:04 +03:00
style: format web inbound
This commit is contained in:
+1
-4
@@ -338,10 +338,7 @@ export async function monitorWebInbox(options: {
|
||||
sock.ev.off("connection.update", handleConnectionUpdate);
|
||||
} else {
|
||||
sock.ev.removeListener?.("messages.upsert", handleMessagesUpsert);
|
||||
sock.ev.removeListener?.(
|
||||
"connection.update",
|
||||
handleConnectionUpdate,
|
||||
);
|
||||
sock.ev.removeListener?.("connection.update", handleConnectionUpdate);
|
||||
}
|
||||
sock.ws?.close();
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user