are you included or not

This commit is contained in:
Daniel Pyrathon 2020-08-14 15:45:06 -07:00
parent 82806b6fcb
commit d22c0641fb

View File

@ -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,
},