Skip to content

Commit

Permalink
fix: align info log client vs server
Browse files Browse the repository at this point in the history
  • Loading branch information
aarlaud committed Mar 11, 2024
1 parent 55e2796 commit a637b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/relay/forwardWebsocketRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const forwardWebSocketRequest = (
logger.info(
simplifiedContext,
`[Websocket Flow] Received request from ${
process.env.BROKER_TYPE == 'client' ? 'server' : 'client'
process.env.BROKER_TYPE == 'client' ? 'client' : 'server'
}`,
);

Expand Down

1 comment on commit a637b25

@Zionsammy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

client-templates

Please sign in to comment.