From 60388e57985d4599946c2b82aa8f904a110bea51 Mon Sep 17 00:00:00 2001 From: prezmop Date: Sat, 26 Apr 2025 18:09:48 +0900 Subject: [PATCH] lint --- packages/core/cyclist.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/cyclist.mjs b/packages/core/cyclist.mjs index 1447a3915..1a9ed8e74 100644 --- a/packages/core/cyclist.mjs +++ b/packages/core/cyclist.mjs @@ -96,7 +96,7 @@ export class Cyclist { (phase, duration, _, t) => { try { const start = Math.max(t, this.preparedUntil); - end = t + this.prepareTime; + const end = t + this.prepareTime; this.preparedUntil = end; const haps = this.pattern.queryArc(start, end, { _cps: 1 });