mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-15 03:50:40 +00:00
fix: stabilize model catalog and pi discovery auth storage compatibility
This commit is contained in:
@@ -545,6 +545,8 @@ describe("cron cli", () => {
|
||||
}
|
||||
if (method === "cron.list") {
|
||||
return {
|
||||
ok: true,
|
||||
params: {},
|
||||
jobs: [
|
||||
{
|
||||
id: "job-1",
|
||||
@@ -581,6 +583,8 @@ describe("cron cli", () => {
|
||||
}
|
||||
if (method === "cron.list") {
|
||||
return {
|
||||
ok: true,
|
||||
params: {},
|
||||
jobs: [{ id: "job-1", schedule: { kind: "every", everyMs: 60_000 } }],
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user