Skip to content

Commit 027a544

Browse files
committed
refactor(feishu): split dedup runtime seam
1 parent 710c63e commit 027a544

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export {
2+
createDedupeCache,
3+
createPersistentDedupe,
4+
readJsonFileWithFallback,
5+
} from "openclaw/plugin-sdk/feishu";

extensions/feishu/src/dedup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
createDedupeCache,
55
createPersistentDedupe,
66
readJsonFileWithFallback,
7-
} from "../runtime-api.js";
7+
} from "./dedup-runtime-api.js";
88

99
// Persistent TTL: 24 hours — survives restarts & WebSocket reconnects.
1010
const DEDUP_TTL_MS = 24 * 60 * 60 * 1000;

0 commit comments

Comments
 (0)