Skip to content

Commit

Permalink
fix(nice-grpc): avoid server.start() deprecation warning (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnons authored Sep 24, 2024
1 parent 0a06fc3 commit bd5e82d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nice-grpc/src/server/Server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ function createServerWithMiddleware<CallContextExt = {}>(
);
});

server.start();

return port;
},

Expand Down

0 comments on commit bd5e82d

Please sign in to comment.