Skip to content

Commit 9947000

Browse files
committed
chore(webapp): satisfy oxfmt on the head-start import
1 parent 3cbff2a commit 9947000

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

apps/webapp/app/services/dashboardAgentHeadStart.server.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ import {
99
import { chat as chatServer } from "@trigger.dev/sdk/chat-server";
1010
import { streamText, type UIMessage } from "ai";
1111
import { env } from "~/env.server";
12-
import { dashboardAgentApiOrigin, dashboardAgentTriggerConfig } from "~/services/dashboardAgent.server";
12+
import {
13+
dashboardAgentApiOrigin,
14+
dashboardAgentTriggerConfig,
15+
} from "~/services/dashboardAgent.server";
1316
import { logger } from "~/services/logger.server";
1417

1518
const TASK_ID = "dashboard-agent";

0 commit comments

Comments
 (0)