@nest-omni/core 4.1.3-24 → 4.1.3-25
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.
|
@@ -154,7 +154,6 @@ let HttpLoggingService = HttpLoggingService_1 = class HttpLoggingService {
|
|
|
154
154
|
? callingContext
|
|
155
155
|
: this.extractCallInfo(decoratorContext, response.config);
|
|
156
156
|
this.saveToDatabase({
|
|
157
|
-
id: requestId,
|
|
158
157
|
requestId,
|
|
159
158
|
userId: context.userId,
|
|
160
159
|
method: ((_c = response.config.method) === null || _c === void 0 ? void 0 : _c.toUpperCase()) || 'UNKNOWN',
|
|
@@ -232,7 +231,6 @@ let HttpLoggingService = HttpLoggingService_1 = class HttpLoggingService {
|
|
|
232
231
|
? callingContext
|
|
233
232
|
: this.extractCallInfo(decoratorContext, error.config);
|
|
234
233
|
this.saveToDatabase({
|
|
235
|
-
id: requestId,
|
|
236
234
|
requestId,
|
|
237
235
|
userId: context.userId,
|
|
238
236
|
method: ((_d = (_c = error.config) === null || _c === void 0 ? void 0 : _c.method) === null || _d === void 0 ? void 0 : _d.toUpperCase()) || 'UNKNOWN',
|
package/package.json
CHANGED