vault backup: 2023-11-06 15:18:25

This commit is contained in:
Paul Trowbridge 2023-11-06 15:18:25 -05:00
parent fe6306cfa3
commit ffccbdec28
1 changed files with 2 additions and 0 deletions

2
api.ts
View File

@ -114,6 +114,8 @@ function apply_guidance(doc: any) {
};
}
doc.targetPrice = doc.v1tp ?? doc.v0tp ?? null;
return doc;
}