@514labs/moose-lib 0.6.267-ci-3-g2d546d7e → 0.6.267-ci-5-gfe9b0c33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1003,7 +1003,7 @@ var runApis = async (config) => {
1003
1003
  toClientConfig(config.clickhouseConfig)
1004
1004
  );
1005
1005
  console.log(
1006
- `${workerInfo} workerStart: ClickHouse client initialized in ${Date.now() - clickhouseStart}ms`
1006
+ `${workerInfo} workerStart: ClickHouse client initialized in ${Date.now() - clickhouseStart}ms`
1007
1007
  );
1008
1008
  let publicKey;
1009
1009
  if (config.jwtConfig?.secret) {