Skip to content

Commit

Permalink
chore: remove deprecated call to grpc start method
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Feb 29, 2024
1 parent e965ed9 commit 40ad101
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mods/common/src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export default function createService(serviceInfo: ServiceInfo) {
name: serviceInfo.name,
bindAddr: serviceInfo.bindAddr
})
withHealthChecks.start()
}
const credentials = grpc.ServerCredentials.createInsecure()
const server = new grpc.Server()
Expand Down

0 comments on commit 40ad101

Please sign in to comment.