ci: fix linting issues
Some checks failed
Release Workflow / determine-release-type (push) Has been cancelled
Release Workflow / checks (push) Has been cancelled
Release Workflow / e2e-tests (push) Has been cancelled
Release Workflow / build-images (push) Has been cancelled
Release Workflow / publish-release (push) Has been cancelled
Some checks failed
Release Workflow / determine-release-type (push) Has been cancelled
Release Workflow / checks (push) Has been cancelled
Release Workflow / e2e-tests (push) Has been cancelled
Release Workflow / build-images (push) Has been cancelled
Release Workflow / publish-release (push) Has been cancelled
This commit is contained in:
parent
6d33a3a35e
commit
0cf5358f77
2 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,6 @@ import { toast } from "sonner";
|
|||
import { ChevronDown, FileIcon, FolderOpen, RotateCcw } from "lucide-react";
|
||||
import { Button } from "~/client/components/ui/button";
|
||||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "~/client/components/ui/card";
|
||||
import { Checkbox } from "~/client/components/ui/checkbox";
|
||||
import { Input } from "~/client/components/ui/input";
|
||||
import { Label } from "~/client/components/ui/label";
|
||||
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "~/client/components/ui/select";
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import {
|
|||
} from "~/lib/request-client";
|
||||
import { config } from "../server/core/config";
|
||||
|
||||
export const apiClientMiddleware = createMiddleware().server(async ({ next, request }) => {
|
||||
export const apiClientMiddleware = createMiddleware().server(async ({ next }) => {
|
||||
const client = createRequestClient({
|
||||
baseUrl: `http://127.0.0.1:${config.port}`,
|
||||
headers: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue