refactor(feishu): localize internal declarations (#101949)

This commit is contained in:
Vincent Koc
2026-07-07 18:41:30 -07:00
committed by GitHub
parent 5fd5bf2aee
commit eb721b0b30
12 changed files with 19 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ import { resolveTimerTimeoutMs } from "openclaw/plugin-sdk/number-runtime";
const DEFAULT_TASK_TIMEOUT_MS = 5 * 60 * 1000;
export interface SequentialQueueOptions {
interface SequentialQueueOptions {
/**
* Maximum time (ms) to block subsequent same-key tasks behind a single
* in-flight task. Pass 0 (or a non-finite value) to disable the cap and