mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-07 15:21:06 +00:00
refactor(msteams): narrow store sdk imports
This commit is contained in:
@@ -1 +1 @@
|
||||
export { withFileLock } from "../runtime-api.js";
|
||||
export { withFileLock } from "openclaw/plugin-sdk/msteams";
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
import fs from "node:fs";
|
||||
import { readJsonFileWithFallback, writeJsonFileAtomically } from "../runtime-api.js";
|
||||
import { withFileLock as withPathLock } from "./file-lock.js";
|
||||
import {
|
||||
readJsonFileWithFallback,
|
||||
withFileLock as withPathLock,
|
||||
writeJsonFileAtomically,
|
||||
} from "openclaw/plugin-sdk/msteams";
|
||||
|
||||
const STORE_LOCK_OPTIONS = {
|
||||
retries: {
|
||||
|
||||
Reference in New Issue
Block a user