mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-05 15:32:55 +00:00
chore(lint): enable stricter error rules
This commit is contained in:
@@ -147,7 +147,7 @@ export function enqueueCommitmentExtraction(input: CommitmentExtractionEnqueueIn
|
||||
if (!timer) {
|
||||
timer = setTimer(() => {
|
||||
timer = null;
|
||||
void drainCommitmentExtractionQueue().catch((err) => {
|
||||
void drainCommitmentExtractionQueue().catch((err: unknown) => {
|
||||
log.warn("commitment extraction failed", { error: String(err) });
|
||||
});
|
||||
}, resolved.extraction.debounceMs);
|
||||
|
||||
Reference in New Issue
Block a user