Skip to content

Commit 74becc8

Browse files
committed
style: fix oxfmt formatting in ws-connection message-handler
1 parent bf66671 commit 74becc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gateway/server/ws-connection/message-handler.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,7 @@ export function attachGatewayWsMessageHandler(params: {
681681
hasBrowserOriginHeader,
682682
sharedAuthOk,
683683
authMethod,
684-
}) ||
685-
shouldSkipControlUiPairing(controlUiAuthPolicy, role, trustedProxyAuthOk);
684+
}) || shouldSkipControlUiPairing(controlUiAuthPolicy, role, trustedProxyAuthOk);
686685
if (device && devicePublicKey && !skipPairing) {
687686
const formatAuditList = (items: string[] | undefined): string => {
688687
if (!items || items.length === 0) {

0 commit comments

Comments
 (0)