Skip to content

Commit ccd9e5b

Browse files
committed
rename snapshot module
1 parent 63b3bc0 commit ccd9e5b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/cli-v3/src/entryPoints/managed/execution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { RunExecutionSnapshotPoller } from "./poller.js";
1919
import { assertExhaustive, tryCatch } from "@trigger.dev/core/utils";
2020
import { MetadataClient } from "./overrides.js";
2121
import { randomBytes } from "node:crypto";
22-
import { SnapshotManager, SnapshotState } from "./snapshotManager.js";
22+
import { SnapshotManager, SnapshotState } from "./snapshot.js";
2323

2424
class ExecutionAbortError extends Error {
2525
constructor(message: string) {

0 commit comments

Comments
 (0)