style: fix oxfmt formatting in ws-connection message-handler

This commit is contained in:
George Zhang 2026-03-14 15:31:51 -07:00
parent bf66671f17
commit 74becc8f7d
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -681,8 +681,7 @@ export function attachGatewayWsMessageHandler(params: {
hasBrowserOriginHeader,
sharedAuthOk,
authMethod,
}) ||
shouldSkipControlUiPairing(controlUiAuthPolicy, role, trustedProxyAuthOk);
}) || shouldSkipControlUiPairing(controlUiAuthPolicy, role, trustedProxyAuthOk);
if (device && devicePublicKey && !skipPairing) {
const formatAuditList = (items: string[] | undefined): string => {
if (!items || items.length === 0) {