Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 14, 2025
1 parent 08ee0b2 commit 4b4e43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { EventDeliveryType } from "@/constants/enums";
import useFlowsManagerStore from "@/stores/flowsManagerStore";
import { useUtilityStore } from "@/stores/utilityStore";
import axios from "axios";
import { useQueryFunctionType } from "../../../../types/api";
import { api } from "../../api";
import { getURL } from "../../helpers/constants";
import { UseRequestProcessor } from "../../services/request-processor";
import { EventDeliveryType } from "@/constants/enums";

export interface ConfigResponse {
frontend_timeout: number;
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/modals/IOModal/new-modal.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { EventDeliveryType } from "@/constants/enums";
import { useGetConfig } from "@/controllers/API/queries/config/use-get-config";
import {
useDeleteMessages,
Expand All @@ -18,7 +19,6 @@ import BaseModal from "../baseModal";
import { ChatViewWrapper } from "./components/chat-view-wrapper";
import { SelectedViewField } from "./components/selected-view-field";
import { SidebarOpenView } from "./components/sidebar-open-view";
import { EventDeliveryType } from "@/constants/enums";

export default function IOModal({
children,
Expand Down

0 comments on commit 4b4e43f

Please sign in to comment.