🔼 Bumped moleculer to 0.14.23

This commit is contained in:
2022-08-18 00:29:48 -07:00
parent 7fc43a06c3
commit e639d44993
3 changed files with 152 additions and 108 deletions

View File

@@ -199,7 +199,6 @@ const brokerConfig: BrokerOptions = {
middlewares: [],
// Register custom REPL commands.
replCommands: null,
/*
// Called after broker created.
created : (broker: ServiceBroker): void => {},