Skip to content

Commit 5872478

Browse files
committed
lint
1 parent cf17df8 commit 5872478

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/twig/src/main/services/agent/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ import { getLlmGatewayUrl } from "@posthog/agent/posthog-api";
2020
import type { OnLogCallback } from "@posthog/agent/types";
2121
import { app } from "electron";
2222
import { injectable, preDestroy } from "inversify";
23+
import type { ExecutionMode } from "@/shared/types.js";
2324
import type { AcpMessage } from "../../../shared/types/session-events.js";
2425
import { logger } from "../../lib/logger.js";
2526
import { TypedEventEmitter } from "../../lib/typed-event-emitter.js";
2627
import {
2728
AgentServiceEvent,
2829
type AgentServiceEvents,
2930
type Credentials,
30-
type ExecutionMode,
3131
type InterruptReason,
3232
type PromptOutput,
3333
type ReconnectSessionInput,

0 commit comments

Comments
 (0)