fixing import errors from previous agent runs
This commit is contained in:
parent
bc4959c0da
commit
e2dcaf25a0
@ -6,7 +6,7 @@ import {
|
||||
GadgetSocket,
|
||||
SocketSession,
|
||||
SocketSessionType,
|
||||
} from "./socket-session";
|
||||
} from "./socket-session.js";
|
||||
import {
|
||||
IChatSession,
|
||||
IDroneRegistration,
|
||||
|
||||
@ -12,9 +12,9 @@ import {
|
||||
GadgetSocket,
|
||||
SocketSession,
|
||||
SocketSessionType,
|
||||
} from "./socket-session";
|
||||
import SocketService from "../services/socket";
|
||||
import { ChatTurn } from "../models/chat-turn";
|
||||
} from "./socket-session.js";
|
||||
import { SocketService } from "../services/index.js";
|
||||
import { ChatTurn } from "../models/chat-turn.js";
|
||||
|
||||
export class DroneSession extends SocketSession {
|
||||
protected type: SocketSessionType = SocketSessionType.Drone;
|
||||
|
||||
@ -9,7 +9,7 @@ import {
|
||||
ServerToClientEvents,
|
||||
SocketData,
|
||||
} from "@gadget/api";
|
||||
import { DtpLog } from "./log";
|
||||
import { DtpLog } from "./log.js";
|
||||
|
||||
export enum SocketSessionType {
|
||||
Code = "code",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user