mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-22 23:48:11 +00:00
Extensions: migrate feishu plugin-sdk imports
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
||||
createDedupeCache,
|
||||
createPersistentDedupe,
|
||||
readJsonFileWithFallback,
|
||||
} from "openclaw/plugin-sdk";
|
||||
} from "openclaw/plugin-sdk/compat";
|
||||
|
||||
// Persistent TTL: 24 hours — survives restarts & WebSocket reconnects.
|
||||
const DEDUP_TTL_MS = 24 * 60 * 60 * 1000;
|
||||
|
||||
Reference in New Issue
Block a user