Fix off-by-one error in LGSP detection

This commit is contained in:
D. Berge
2025-08-15 14:47:39 +02:00
parent 75284322f1
commit 6fc9c020a4

View File

@@ -68,7 +68,7 @@ class DetectSOLEOL {
const payload = {
type: "sequence",
sequence,
point: cur._point,
point: prev._point,
remarks,
labels,
meta: {auto: true, author: `*${this.constructor.name}*`}