@smartico/public-api 0.0.161 → 0.0.162
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/package.json +1 -1
- package/src/SmarticoAPI.ts +1 -1
package/dist/index.modern.mjs
CHANGED
|
@@ -2044,7 +2044,7 @@ class SmarticoAPI {
|
|
|
2044
2044
|
this.logger.always('HTTP time, ms:' + (timeEnd - timeStart));
|
|
2045
2045
|
}
|
|
2046
2046
|
} catch (e) {
|
|
2047
|
-
this.logger.
|
|
2047
|
+
this.logger.warn(`Failed to make request to smartico channel, L2. ${e.message}`, {
|
|
2048
2048
|
url: this.publicUrl,
|
|
2049
2049
|
request: message,
|
|
2050
2050
|
error: e.message
|