Skip to content

Commit fdc18b3

Browse files
autofix-ci[bot]Flo4604
authored andcommitted
[autofix.ci] apply automated fixes
1 parent 3c75aa8 commit fdc18b3

File tree

2 files changed

+2
-2
lines changed
  • web/apps/dashboard

2 files changed

+2
-2
lines changed

web/apps/dashboard/app/(app)/[workspaceSlug]/projects/[projectId]/(overview)/deployments/[deploymentId]/(deployment-progress)/deployment-approval.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client";
22

3-
import { trpc } from "@/lib/trpc/client";
43
import type { Deployment } from "@/lib/collections/deploy/deployments";
4+
import { trpc } from "@/lib/trpc/client";
55
import {
66
CircleXMark,
77
CodeBranch,

web/apps/dashboard/lib/trpc/routers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ import { listCustomDomains } from "./deploy/custom-domains/list";
4444
import { retryVerification } from "./deploy/custom-domains/retry";
4545
import { authorizeDeployment } from "./deploy/deployment/authorize";
4646
import { getDeploymentBuildSteps } from "./deploy/deployment/build-steps";
47-
import { getById as getDeploymentById } from "./deploy/deployment/getById";
4847
import { createDeploy } from "./deploy/deployment/create-deploy";
4948
import { getDeploymentSteps } from "./deploy/deployment/deployment-steps";
49+
import { getById as getDeploymentById } from "./deploy/deployment/getById";
5050
import { getOpenApiDiff } from "./deploy/deployment/getOpenApiDiff";
5151
import { listDeployments } from "./deploy/deployment/list";
5252
import { searchDeployments } from "./deploy/deployment/llm-search";

0 commit comments

Comments
 (0)