@nsshunt/stsobservability 1.0.32 → 1.0.34
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.
|
@@ -4924,7 +4924,6 @@ class PublishTransportRESTServer extends STSOptionsBase {
|
|
|
4924
4924
|
}
|
|
4925
4925
|
return true;
|
|
4926
4926
|
} catch (error) {
|
|
4927
|
-
this.options.logger.error(chalk$1.red(`Error (PublishRESTServer:_PerformPublishRESTAPI:Error: [${error}]`));
|
|
4928
4927
|
return false;
|
|
4929
4928
|
}
|
|
4930
4929
|
});
|