mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:37:08 +00:00
Fix off-by-one error in LGSP detection
This commit is contained in:
@@ -68,7 +68,7 @@ class DetectSOLEOL {
|
|||||||
const payload = {
|
const payload = {
|
||||||
type: "sequence",
|
type: "sequence",
|
||||||
sequence,
|
sequence,
|
||||||
point: cur._point,
|
point: prev._point,
|
||||||
remarks,
|
remarks,
|
||||||
labels,
|
labels,
|
||||||
meta: {auto: true, author: `*${this.constructor.name}*`}
|
meta: {auto: true, author: `*${this.constructor.name}*`}
|
||||||
|
|||||||
Reference in New Issue
Block a user