are you included or not
This commit is contained in:
parent
82806b6fcb
commit
d22c0641fb
@ -372,6 +372,7 @@ export class QuoteRequestor {
|
|||||||
rfqtMakerInteraction: {
|
rfqtMakerInteraction: {
|
||||||
...partialLogEntry,
|
...partialLogEntry,
|
||||||
response: {
|
response: {
|
||||||
|
included: true,
|
||||||
statusCode: response.status,
|
statusCode: response.status,
|
||||||
latencyMs: Date.now() - timeBeforeAwait,
|
latencyMs: Date.now() - timeBeforeAwait,
|
||||||
},
|
},
|
||||||
@ -383,6 +384,7 @@ export class QuoteRequestor {
|
|||||||
rfqtMakerInteraction: {
|
rfqtMakerInteraction: {
|
||||||
...partialLogEntry,
|
...partialLogEntry,
|
||||||
response: {
|
response: {
|
||||||
|
included: false,
|
||||||
statusCode: err.response ? err.response.status : undefined,
|
statusCode: err.response ? err.response.status : undefined,
|
||||||
latencyMs: Date.now() - timeBeforeAwait,
|
latencyMs: Date.now() - timeBeforeAwait,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user