mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 12:11:23 +00:00
style(gateway): satisfy biome
This commit is contained in:
@@ -540,9 +540,7 @@ async function refreshHealthSnapshot(_opts?: { probe?: boolean }) {
|
||||
return healthRefresh;
|
||||
}
|
||||
|
||||
export async function startGatewayServer(
|
||||
port = 18789,
|
||||
): Promise<GatewayServer> {
|
||||
export async function startGatewayServer(port = 18789): Promise<GatewayServer> {
|
||||
const host = "127.0.0.1";
|
||||
const httpServer: HttpServer = createHttpServer();
|
||||
let bonjourStop: (() => Promise<void>) | null = null;
|
||||
|
||||
Reference in New Issue
Block a user