Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Update services/basket/src/server.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Leroux <[email protected]>
  • Loading branch information
Anatole-Godard and floriaaan authored Aug 15, 2023
1 parent 57af2db commit ef382de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/basket/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const PROTO_PATH = resolvePath(__dirname + "/../../proto/basket.proto");
const packageDefinition = loadSync(PROTO_PATH, options);
const grpc = loadPackageDefinition(packageDefinition) as any;
const {
BasketService: {service: ds},
BasketService: {service: bs},
} = grpc.com.goodfood.basket;

const server = createServerProxy(new Server());
Expand Down

0 comments on commit ef382de

Please sign in to comment.