mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:10:43 +00:00
test: satisfy lint in optimized tests
This commit is contained in:
@@ -192,6 +192,9 @@ function createCronEventCollector() {
|
||||
const flush = (payload: Record<string, unknown>) => {
|
||||
for (let index = waiters.length - 1; index >= 0; index -= 1) {
|
||||
const waiter = waiters[index];
|
||||
if (!waiter) {
|
||||
continue;
|
||||
}
|
||||
if (!waiter.check(payload)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user