Skip to content

Commit b6c4d02

Browse files
committed
Bump version and fix code style in server.ts
1 parent 66f69a9 commit b6c4d02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@usherlabs/cex-broker",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Unified gRPC API to CEXs by Usher Labs.",
55
"repository": "git@gitlab.com:usherlabs/cex-broker.git",
66
"homepage": "https://usher.so/",

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export function getServer(
7070
const metadata = call.metadata;
7171
const { action, cex, symbol } = call.request;
7272
// Validate required fields
73-
if (!action || !cex ) {
73+
if (!action || !cex) {
7474
return callback(
7575
{
7676
code: grpc.status.INVALID_ARGUMENT,

0 commit comments

Comments
 (0)