Skip to content

Commit 97a5960

Browse files
committed
format
1 parent ed36f25 commit 97a5960

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

src/server.ts

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,11 @@ export function getServer(
4848
callback: grpc.sendUnaryData<ActionResponse>,
4949
) => {
5050
// Log incoming request
51-
log.info(
52-
`Request - ExecuteAction:`,
53-
{
54-
action: call.request.action,
55-
cex: call.request.cex,
56-
symbol: call.request.symbol,
57-
}
58-
);
51+
log.info(`Request - ExecuteAction:`, {
52+
action: call.request.action,
53+
cex: call.request.cex,
54+
symbol: call.request.symbol,
55+
});
5956

6057
// IP Authentication
6158
if (!authenticateRequest(call, whitelistIps)) {

0 commit comments

Comments
 (0)