@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.
@@ -990,7 +990,7 @@ var runApis = async (config) => {
990
990
  toClientConfig(config.clickhouseConfig)
991
991
  );
992
992
  console.log(
993
- `${workerInfo} workerStart: ClickHouse client initialized in ${Date.now() - clickhouseStart}ms`
993
+ `${workerInfo} workerStart: ClickHouse client initialized in ${Date.now() - clickhouseStart}ms`
994
994
  );
995
995
  let publicKey;
996
996
  if (config.jwtConfig?.secret) {