@servicetitan/ajax-handlers
Advanced tools
Comparing version 12.8.0 to 12.8.1
@@ -42,3 +42,3 @@ "use strict"; | ||
detail: { | ||
logEntryId: (_b = (_a = error.response) === null || _a === void 0 ? void 0 : _a.headers) === null || _b === void 0 ? void 0 : _b.logentryid.trim(), | ||
errorLogEntryId: (_b = (_a = error.response) === null || _a === void 0 ? void 0 : _a.headers) === null || _b === void 0 ? void 0 : _b.errorlogentryid.trim(), | ||
message, | ||
@@ -45,0 +45,0 @@ }, |
{ | ||
"name": "@servicetitan/ajax-handlers", | ||
"version": "12.8.0", | ||
"version": "12.8.1", | ||
"description": "", | ||
@@ -34,3 +34,3 @@ "repository": { | ||
}, | ||
"gitHead": "0c1c86165a9263d750698c86853e65bb83953baa" | ||
"gitHead": "18fa24a0f93e0baff610c4a7334d3424e0a43be4" | ||
} |
@@ -50,3 +50,4 @@ import axios, { AxiosError } from 'axios'; | ||
detail: { | ||
logEntryId: error.response?.headers?.logentryid.trim(), | ||
errorLogEntryId: | ||
error.response?.headers?.errorlogentryid.trim(), | ||
message, | ||
@@ -53,0 +54,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
37201
675