From ffccbdec2824a968973df037e6e190500ec25dcc Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 6 Nov 2023 15:18:25 -0500 Subject: [PATCH] vault backup: 2023-11-06 15:18:25 --- api.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api.ts b/api.ts index e236f7d..1960f6b 100644 --- a/api.ts +++ b/api.ts @@ -114,6 +114,8 @@ function apply_guidance(doc: any) { }; } + doc.targetPrice = doc.v1tp ?? doc.v0tp ?? null; + return doc; }