Skip to content

Commit

Permalink
remove server start
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljbruce committed Apr 19, 2024
1 parent 6324ad9 commit 8f51ddf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/mock-servers/mock-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export class MockServer {
`localhost:${this.port}`,
grpc.ServerCredentials.createInsecure(),
() => {
server.start();
callback ? callback(portString) : undefined;
}
);
Expand Down

0 comments on commit 8f51ddf

Please sign in to comment.