Skip to content

Commit db1abb1

Browse files
committed
Format
1 parent 8c4899b commit db1abb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

autogpt_platform/frontend/src/app/(platform)/build/hooks/useSaveGraph.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ export const useSaveGraph = ({
151151
links: graphLinks,
152152
};
153153

154-
const response = await createNewGraph({ data: { graph: data, source: "builder" } });
154+
const response = await createNewGraph({
155+
data: { graph: data, source: "builder" },
156+
});
155157
const graphData = response.data as GraphModel;
156158
setGraphSchemas(
157159
graphData.input_schema,

0 commit comments

Comments
 (0)