mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-17 12:11:20 +00:00
fix: restore main type gates
This commit is contained in:
@@ -511,7 +511,7 @@ describe("exec-policy CLI", () => {
|
||||
it("does not clobber a newer approvals write during rollback", async () => {
|
||||
const originalApprovals = structuredClone(mocks.getApprovals());
|
||||
const originalRaw = JSON.stringify(originalApprovals, null, 2);
|
||||
const originalSnapshot: ExecApprovalsSnapshot = {
|
||||
const originalSnapshot = {
|
||||
path: "/tmp/exec-approvals.json",
|
||||
exists: true,
|
||||
raw: originalRaw,
|
||||
|
||||
Reference in New Issue
Block a user