Skip to content

Commit

Permalink
Merge branch 'main' into contributing
Browse files Browse the repository at this point in the history
fix: merge main for fork sync
  • Loading branch information
xelacast committed May 3, 2024
2 parents c93f47e + 25f3e76 commit 79b0550
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/flow/graph/Graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import useCanvasStore from 'stores/CanvasStore';
import authNode from './compute/authnode';
import complexNode from './compute/complexnode';
import assertNode from './compute/assertnode';
import requestNode from './compute/requestNode';
import requestNode from './compute/requestnode';
import setVarNode from './compute/setvarnode';

class Graph {
Expand Down

0 comments on commit 79b0550

Please sign in to comment.