Merge pull request #2585 from 0xProject/fix/asset-swapper/rfqt-error-status-logging
asset-s/QuoteRequestor: fix statusCode logging
This commit is contained in:
@@ -324,7 +324,7 @@ export class QuoteRequestor {
|
||||
rfqtMakerInteraction: {
|
||||
...partialLogEntry,
|
||||
response: {
|
||||
statusCode: err.code,
|
||||
statusCode: err.response.status,
|
||||
latencyMs: Date.now() - timeBeforeAwait,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user