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