Skip to content

Commit

Permalink
fix lint issues on js client
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Sep 18, 2024
1 parent 36a6c5d commit dd12de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/js/packages/client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const defaultPorts: PodPorts = {
defaultPorts: {
rpc: 26657,
grpc: 9090,
"grpc-web": 9091,
'grpc-web': 9091,
rest: 1317,
exposer: 8081,
faucet: 8000,
Expand Down
2 changes: 1 addition & 1 deletion clients/js/packages/client/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export interface Ports {
rest?: number;
rpc?: number;
grpc?: number;
"grpc-web"?: number;
'grpc-web'?: number;
exposer?: number;
faucet?: number;
prometheus?: number;
Expand Down

0 comments on commit dd12de5

Please sign in to comment.