Skip to content

Commit

Permalink
chore: remove server.start
Browse files Browse the repository at this point in the history
  • Loading branch information
chakhsu committed Feb 18, 2024
1 parent b8946fa commit b633666
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpcity",
"version": "2.1.3",
"version": "2.1.4",
"description": "A powerful and complete gRPC framework for Node.js",
"author": "Chakhsu.Lau",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export default class Server {
const port = (addr as any).port ? (addr as any).port : Number((addr as string).match(/:(\d+)/)![1])
assert(bindPort === port, 'server bind port not to be right')

this._server!.start()
this._started = true
}

Expand Down

0 comments on commit b633666

Please sign in to comment.