File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
runEngineWorker/supervisor Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export {
6767} from "./utils/ioSerialization.js" ;
6868
6969export * from "./utils/imageRef.js" ;
70- export * from "./utils/heartbeat .js" ;
70+ export * from "./utils/interval .js" ;
7171
7272export * from "./config.js" ;
7373export {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { VERSION } from "../../../version.js";
88import { io , Socket } from "socket.io-client" ;
99import { WorkerClientToServerEvents , WorkerServerToClientEvents } from "../types.js" ;
1010import { getDefaultWorkerHeaders } from "./util.js" ;
11- import { HeartbeatService } from "../../utils/heartbeat .js" ;
11+ import { HeartbeatService } from "../../utils/interval .js" ;
1212
1313type SupervisorSessionOptions = SupervisorClientCommonOptions & {
1414 queueConsumerEnabled ?: boolean ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments