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 Jul 31, 2024
1 parent 3320368 commit 4ef0d1c
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 459 deletions.
2 changes: 1 addition & 1 deletion src/frontend/src/controllers/API/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ export async function getVerticesOrder(
data["data"]["nodes"] = nodes;
data["data"]["edges"] = Edges;
}
return await api.post(
return await api.post(
`${BASE_URL_API}build/${flowId}/vertices`,
data,
config,
Expand Down
6 changes: 5 additions & 1 deletion src/frontend/src/stores/flowStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ import {
targetHandleType,
} from "../types/flow";
import { FlowStoreType, VertexLayerElementType } from "../types/zustand/flow";
import {buildVertices, buildFlowVertices, buildFlowVerticesWithFallback} from "../utils/buildUtils";
import {
buildFlowVertices,
buildFlowVerticesWithFallback,
buildVertices,
} from "../utils/buildUtils";
import {
checkChatInput,
checkOldComponents,
Expand Down
Loading

0 comments on commit 4ef0d1c

Please sign in to comment.