fix: pass confidence=null for talib span annotations (DB column is integer, not float)

This commit is contained in:
Marko Djordjevic 2026-02-17 20:14:13 +01:00
parent d416aa409c
commit 028a3382d6

View file

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