fix: pass confidence=null for talib span annotations (DB column is integer, not float)
This commit is contained in:
parent
d416aa409c
commit
028a3382d6
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ export default function TalibPatternPanel({
|
|||
start_time: ann.start_time,
|
||||
end_time: ann.end_time,
|
||||
label: ann.label,
|
||||
confidence: ann.confidence ?? null,
|
||||
confidence: null,
|
||||
source: 'talib',
|
||||
}),
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue