mirror of https://github.com/openclaw/openclaw.git
refactor(msteams): narrow store sdk imports
This commit is contained in:
parent
6f9b4b52f8
commit
8b5e80fcaa
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue